#66025F

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

Shades of Palatinate Purple #66025F

Tints of Palatinate Purple #66025F

Color information

#66025F (or 0x66025F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 02 and 5F. RGB value is (102,2,95). Sum of RGB (Red+Green+Blue) = 102+2+95=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66025F is #99FDA0. Grayscale: #2A2A2A. Windows color (decimal): -10091937 or 6226534. OLE color: 6226534.

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

Color convert

RGB102295-
CMYK00.980.070.6
HSL304.2º96.15%20.39%-
HSV(B)304.2º98.04%40%-
XYZ7.573.6911.14-
YUV42.5157.63170.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=51.26%
G=1.01%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10229500.980.070.6304.296.1520.39
Hex6625F06273C1306014
Octal1462137014277446014024
Binary110011010101111101100010111111100100110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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