#66395A

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

Shades of Palatinate Purple #66395A

Tints of Palatinate Purple #66395A

Color information

#66395A (or 0x66395A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 39 and 5A. RGB value is (102,57,90). Sum of RGB (Red+Green+Blue) = 102+57+90=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66395A is #99C6A5. Grayscale: #4A4A4A. Windows color (decimal): -10077862 or 5912934. OLE color: 5912934.

HSL color Cylindrical-coordinate representation of color #66395A: hue angle of 316º 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 #66395A is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1025790-
CMYK00.440.120.6
HSL316º28.3%31.18%-
HSV(B)316º44.12%40%-
XYZ8.796.4910.46-
YUV74.22136.91147.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=40.96%
G=22.89%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102579000.440.120.631628.331.18
Hex66395A02CC3C13c1c1f
Octal1467113205414744743437
Binary11001101110011011010010110011001111001001111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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