#662368

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

Shades of Palatinate Purple #662368

Tints of Palatinate Purple #662368

Color information

#662368 (or 0x662368) is unknown color: approx Palatinate Purple. HEX triplet: 66, 23 and 68. RGB value is (102,35,104). Sum of RGB (Red+Green+Blue) = 102+35+104=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #662368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662368 is #99DC97. Grayscale: #3E3E3E. Windows color (decimal): -10083480 or 6824806. OLE color: 6824806.

HSL color Cylindrical-coordinate representation of color #662368: hue angle of 298.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662368 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10235104-
CMYK0.020.6600.59
HSL298.26º49.64%27.25%-
HSV(B)298.26º66.35%40.78%-
XYZ8.585.0313.61-
YUV62.9151.2155.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=42.32%
G=14.52%
B=43.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102351040.020.6600.59298.2649.6427.25
Hex66236824203B12a321b
Octal1464315021020734526233
Binary11001101000111101000101000010011101110010101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662368; }

 p { color: rgb(102,35,104); }

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

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

 a { background-color: rgb(102,35,104); }

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

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

 span { border-color: rgb(102,35,104); }

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