#66395F

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

Shades of Palatinate Purple #66395F

Tints of Palatinate Purple #66395F

Color information

#66395F (or 0x66395F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 39 and 5F. RGB value is (102,57,95). Sum of RGB (Red+Green+Blue) = 102+57+95=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #66395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66395F is #99C6A0. Grayscale: #4A4A4A. Windows color (decimal): -10077857 or 6240614. OLE color: 6240614.

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

Color convert

RGB1025795-
CMYK00.440.070.6
HSL309.33º28.3%31.18%-
HSV(B)309.33º44.12%40%-
XYZ9.016.5811.62-
YUV74.79139.41147.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 95 (37.5% from 255) = 37.40%
R=40.16%
G=22.44%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102579500.440.070.6309.3328.331.18
Hex66395F02C73C1351c1f
Octal146711370547744653437
Binary1100110111001101111101011001111111001001101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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