#662467

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

Shades of Palatinate Purple #662467

Tints of Palatinate Purple #662467

Color information

#662467 (or 0x662467) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 67. RGB value is (102,36,103). Sum of RGB (Red+Green+Blue) = 102+36+103=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #662467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662467 is #99DB98. Grayscale: #3F3F3F. Windows color (decimal): -10083225 or 6759526. OLE color: 6759526.

HSL color Cylindrical-coordinate representation of color #662467: hue angle of 299.1º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662467 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10236103-
CMYK0.010.6500.60
HSL299.1º48.2%27.25%-
HSV(B)299.1º65.05%40.39%-
XYZ8.565.0713.36-
YUV63.37150.37155.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=42.32%
G=14.94%
B=42.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102361030.010.6500.60299.148.227.25
Hex66246714103C12b301b
Octal1464414711010744536033
Binary1100110100100110011111000001011110010010101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662467; }

 p { color: rgb(102,36,103); }

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

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

 a { background-color: rgb(102,36,103); }

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

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

 span { border-color: rgb(102,36,103); }

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