#662F5F

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

Shades of Palatinate Purple #662F5F

Tints of Palatinate Purple #662F5F

Color information

#662F5F (or 0x662F5F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2F and 5F. RGB value is (102,47,95). Sum of RGB (Red+Green+Blue) = 102+47+95=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #662F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F5F is #99D0A0. Grayscale: #444444. Windows color (decimal): -10080417 or 6238054. OLE color: 6238054.

HSL color Cylindrical-coordinate representation of color #662F5F: hue angle of 307.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #662F5F is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1024795-
CMYK00.540.070.6
HSL307.64º36.91%29.22%-
HSV(B)307.64º53.92%40%-
XYZ8.565.6811.47-
YUV68.92142.72151.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=41.80%
G=19.26%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102479500.540.070.6307.6436.9129.22
Hex662F5F03673C134251d
Octal146571370667744644535
Binary11001101011111011111011011011111110010011010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,47,95); }

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

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

 a { background-color: rgb(102,47,95); }

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

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

 span { border-color: rgb(102,47,95); }

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