Html Css Color HEX #66135E Palatinate Purple

📋 copy color: '#66135E'

red 102 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #66135E

Tints of Palatinate Purple #66135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 47.44%
G = 8.84%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66135E (or 0x66135E) is known color: Palatinate Purple. HEX triplet: 66, 13 and 5E. RGB value is (102,19,94). Sum of RGB (Red+Green+Blue) = 102+19+94=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66135E is #99ECA1. Grayscale: #343434. Windows color (decimal): -10087586 or 6165350. OLE color: 6165350.

HSL color Cylindrical-coordinate representation of color #66135E: hue angle of 305.78º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66135E is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 94 -
CMYK 0 0.81 0.08 0.6
HSL 305.78º 0.69% 0.24% -
HSV(B) 305.78º 0.81% 0.4% -
XYZ 7.73 4.1 10.97 -
YUV 52.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 102 19 94 0 0.81 0.08 0.6 305.78 0.69 0.24
Hex 66 13 5E 0 51 8 3C 132 45 18
Octal 146 23 136 0 121 10 74 462 105 30
Binary 1100110 10011 1011110 0 1010001 1000 111100 100110010 1000101 11000

Color Harmonies of #66135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66135E

Black with #66135E

Text Example


Text Example

White with #66135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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