#66035B

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

Shades of Palatinate Purple #66035B

Tints of Palatinate Purple #66035B

Color information

#66035B (or 0x66035B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 03 and 5B. RGB value is (102,3,91). Sum of RGB (Red+Green+Blue) = 102+3+91=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66035B is #99FCA4. Grayscale: #2A2A2A. Windows color (decimal): -10091685 or 5964646. OLE color: 5964646.

HSL color Cylindrical-coordinate representation of color #66035B: hue angle of 306.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66035B is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB102391-
CMYK00.970.110.6
HSL306.67º94.29%20.59%-
HSV(B)306.67º97.06%40%-
XYZ7.43.6510.21-
YUV42.63155.3170.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=52.04%
G=1.53%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10239100.970.110.6306.6794.2920.59
Hex6635B061B3C1335e15
Octal14631330141137446313625
Binary1100110111011011011000011011111100100110011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66035B; }

 p { color: rgb(102,3,91); }

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

<style>
 a { background-color: #66035B; }

 a { background-color: rgb(102,3,91); }

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

<style>
 span { border-color: #66035B; }

 span { border-color: rgb(102,3,91); }

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