Html Css Color HEX #66025D Palatinate Purple

📋 copy color: '#66025D'

red 102 ◦ green 2 ◦ blue 93

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

Shades of Palatinate Purple #66025D

Tints of Palatinate Purple #66025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 51.78%
G = 1.02%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66025D (or 0x66025D) is known color: Palatinate Purple. HEX triplet: 66, 02 and 5D. RGB value is (102,2,93). Sum of RGB (Red+Green+Blue) = 102+2+93=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66025D is #99FDA2. Grayscale: #2A2A2A. Windows color (decimal): -10091939 or 6095462. OLE color: 6095462.

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

Color convert

RGB 102 2 93 -
CMYK 0 0.98 0.09 0.6
HSL 305.4º 0.96% 0.2% -
HSV(B) 305.4º 0.98% 0.4% -
XYZ 7.48 3.66 10.67 -
YUV 42.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 102 2 93 0 0.98 0.09 0.6 305.4 0.96 0.2
Hex 66 2 5D 0 62 9 3C 131 60 14
Octal 146 2 135 0 142 11 74 461 140 24
Binary 1100110 10 1011101 0 1100010 1001 111100 100110001 1100000 10100

Color Harmonies of #66025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66025D

Black with #66025D

Text Example


Text Example

White with #66025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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