#66075A

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

Shades of Palatinate Purple #66075A

Tints of Palatinate Purple #66075A

Color information

#66075A (or 0x66075A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 07 and 5A. RGB value is (102,7,90). Sum of RGB (Red+Green+Blue) = 102+7+90=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66075A is #99F8A5. Grayscale: #2C2C2C. Windows color (decimal): -10090662 or 5900134. OLE color: 5900134.

HSL color Cylindrical-coordinate representation of color #66075A: hue angle of 307.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66075A is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB102790-
CMYK00.930.120.6
HSL307.58º87.16%21.37%-
HSV(B)307.58º93.14%40%-
XYZ7.43.7110-
YUV44.87153.47168.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=51.26%
G=3.52%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10279000.930.120.6307.5887.1621.37
Hex6675A05DC3C1345715
Octal14671320135147446412725
Binary11001101111011010010111011100111100100110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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