#693456

Color #693456 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #693456

Tints of Palatinate Purple #693456

Color information

#693456 (or 0x693456) is unknown color: approx Palatinate Purple. HEX triplet: 69, 34 and 56. RGB value is (105,52,86). Sum of RGB (Red+Green+Blue) = 105+52+86=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #693456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693456 is #96CBA9. Grayscale: #474747. Windows color (decimal): -9882538 or 5649513. OLE color: 5649513.

HSL color Cylindrical-coordinate representation of color #693456: hue angle of 321.51º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693456 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1055286-
CMYK00.500.180.59
HSL321.51º33.76%30.78%-
HSV(B)321.51º50.48%41.18%-
XYZ8.736.139.53-
YUV71.72136.06151.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=43.21%
G=21.40%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105528600.500.180.59321.5133.7630.78
Hex693456032123B142221f
Octal1516412606222735024237
Binary1101001110100101011001100101001011101110100001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693456; }

 p { color: rgb(105,52,86); }

 H1.HeaderClassName
 {
   color: #693456;
 }
 .AnyTagClassName
 {
   color: #693456;
 }
</style>
background-color css

<style>
 a { background-color: #693456; }

 a { background-color: rgb(105,52,86); }

 div.DivClassName
 {
   background-color: #693456;
 }
 .BgClassName
 {
   background-color: #693456;
 }
</style>
border-color css

<style>
 span { border-color: #693456; }

 span { border-color: rgb(105,52,86); }

 td.TdClassName
 {
   border-color: #693456;
 }
 .TagClassName
 {
   border-color: #693456;
 }
</style>