Html Css Color HEX #66025E Palatinate Purple

📋 copy color: '#66025E'

red 102 ◦ green 2 ◦ blue 94

#66025E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #66025E

Tints of Palatinate Purple #66025E

RGB

 RED value IS 102 (40.23% from 255) = 51.52%

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 51.52%
G = 1.01%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66025E (or 0x66025E) is known color: Palatinate Purple. HEX triplet: 66, 02 and 5E. RGB value is (102,2,94). Sum of RGB (Red+Green+Blue) = 102+2+94=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66025E is #99FDA1. Grayscale: #2A2A2A. Windows color (decimal): -10091938 or 6160998. OLE color: 6160998.

HSL color Cylindrical-coordinate representation of color #66025E: hue angle of 304.8º 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 #66025E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 94 -
CMYK 0 0.98 0.08 0.6
HSL 304.8º 0.96% 0.2% -
HSV(B) 304.8º 0.98% 0.4% -
XYZ 7.52 3.68 10.9 -
YUV 42.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 102 2 94 0 0.98 0.08 0.6 304.8 0.96 0.2
Hex 66 2 5E 0 62 8 3C 131 60 14
Octal 146 2 136 0 142 10 74 461 140 24
Binary 1100110 10 1011110 0 1100010 1000 111100 100110001 1100000 10100

Color Harmonies of #66025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66025E

Black with #66025E

Text Example


Text Example

White with #66025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66025E;
 }
 .AnyTagClassName
 {
   color: #66025E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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