#662A5E

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

Shades of Palatinate Purple #662A5E

Tints of Palatinate Purple #662A5E

Color information

#662A5E (or 0x662A5E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2A and 5E. RGB value is (102,42,94). Sum of RGB (Red+Green+Blue) = 102+42+94=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A5E is #99D5A1. Grayscale: #414141. Windows color (decimal): -10081698 or 6171238. OLE color: 6171238.

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

Color convert

RGB1024294-
CMYK00.590.080.6
HSL308º41.67%28.24%-
HSV(B)308º58.82%40%-
XYZ8.335.2911.17-
YUV65.87143.88153.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=42.86%
G=17.65%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102429400.590.080.630841.6728.24
Hex662A5E03B83C1342a1c
Octal1465213607310744645234
Binary110011010101010111100111011100011110010011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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