Html Css Color HEX #66015D Palatinate Purple

📋 copy color: '#66015D'

red 102 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #66015D

Tints of Palatinate Purple #66015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 52.04%
G = 0.51%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66015D (or 0x66015D) is known color: Palatinate Purple. HEX triplet: 66, 01 and 5D. RGB value is (102,1,93). Sum of RGB (Red+Green+Blue) = 102+1+93=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66015D is #99FEA2. Grayscale: #292929. Windows color (decimal): -10092195 or 6095206. OLE color: 6095206.

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

Color convert

RGB 102 1 93 -
CMYK 0 0.99 0.09 0.6
HSL 305.35º 0.98% 0.2% -
HSV(B) 305.35º 0.99% 0.4% -
XYZ 7.47 3.64 10.66 -
YUV 41.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 102 1 93 0 0.99 0.09 0.6 305.35 0.98 0.2
Hex 66 1 5D 0 63 9 3C 131 62 14
Octal 146 1 135 0 143 11 74 461 142 24
Binary 1100110 1 1011101 0 1100011 1001 111100 100110001 1100010 10100

Color Harmonies of #66015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66015D

Black with #66015D

Text Example


Text Example

White with #66015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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