#662667

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

Shades of Palatinate Purple #662667

Tints of Palatinate Purple #662667

Color information

#662667 (or 0x662667) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 67. RGB value is (102,38,103). Sum of RGB (Red+Green+Blue) = 102+38+103=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #662667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662667 is #99D998. Grayscale: #404040. Windows color (decimal): -10082713 or 6760038. OLE color: 6760038.

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

Color convert

RGB10238103-
CMYK0.010.6300.60
HSL299.08º46.1%27.65%-
HSV(B)299.08º63.11%40.39%-
XYZ8.625.1913.38-
YUV64.55149.7154.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=41.98%
G=15.64%
B=42.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102381030.010.6300.60299.0846.127.65
Hex66266713F03C12b2e1c
Octal146461471770744535634
Binary110011010011011001111111111011110010010101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662667; }

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

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

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

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

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

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

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

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