#66415F

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

Shades of Palatinate Purple #66415F

Tints of Palatinate Purple #66415F

Color information

#66415F (or 0x66415F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 41 and 5F. RGB value is (102,65,95). Sum of RGB (Red+Green+Blue) = 102+65+95=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415F is #99BEA0. Grayscale: #4F4F4F. Windows color (decimal): -10075809 or 6242662. OLE color: 6242662.

HSL color Cylindrical-coordinate representation of color #66415F: hue angle of 311.35º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66415F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1026595-
CMYK00.360.070.6
HSL311.35º22.16%32.75%-
HSV(B)311.35º36.27%40%-
XYZ9.447.4311.76-
YUV79.48136.76144.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=38.93%
G=24.81%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102659500.360.070.6311.3522.1632.75
Hex66415F02473C1371621
Octal1461011370447744672641
Binary110011010000011011111010010011111110010011011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66415F; }

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

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

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

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

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

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

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

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