#662B5E

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

Shades of Palatinate Purple #662B5E

Tints of Palatinate Purple #662B5E

Color information

#662B5E (or 0x662B5E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2B and 5E. RGB value is (102,43,94). Sum of RGB (Red+Green+Blue) = 102+43+94=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #662B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B5E is #99D4A1. Grayscale: #424242. Windows color (decimal): -10081442 or 6171494. OLE color: 6171494.

HSL color Cylindrical-coordinate representation of color #662B5E: hue angle of 308.14º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B5E is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1024394-
CMYK00.580.080.6
HSL308.14º40.69%28.43%-
HSV(B)308.14º57.84%40%-
XYZ8.365.3611.18-
YUV66.46143.55153.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=42.68%
G=17.99%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102439400.580.080.6308.1440.6928.43
Hex662B5E03A83C134291c
Octal1465313607210744645134
Binary110011010101110111100111010100011110010011010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B5E; }

 p { color: rgb(102,43,94); }

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

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

 a { background-color: rgb(102,43,94); }

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

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

 span { border-color: rgb(102,43,94); }

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