Html Css Color HEX #66015E Palatinate Purple

📋 copy color: '#66015E'

red 102 ◦ green 1 ◦ blue 94

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

Shades of Palatinate Purple #66015E

Tints of Palatinate Purple #66015E

RGB

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

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

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

R = 51.78%
G = 0.51%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66015E (or 0x66015E) is known color: Palatinate Purple. HEX triplet: 66, 01 and 5E. RGB value is (102,1,94). Sum of RGB (Red+Green+Blue) = 102+1+94=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66015E is #99FEA1. Grayscale: #292929. Windows color (decimal): -10092194 or 6160742. OLE color: 6160742.

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

Color convert

RGB 102 1 94 -
CMYK 0 0.99 0.08 0.6
HSL 304.75º 0.98% 0.2% -
HSV(B) 304.75º 0.99% 0.4% -
XYZ 7.51 3.65 10.9 -
YUV 41.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 102 1 94 0 0.99 0.08 0.6 304.75 0.98 0.2
Hex 66 1 5E 0 63 8 3C 131 62 14
Octal 146 1 136 0 143 10 74 461 142 24
Binary 1100110 1 1011110 0 1100011 1000 111100 100110001 1100010 10100

Color Harmonies of #66015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66015E

Black with #66015E

Text Example


Text Example

White with #66015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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