Html Css Color HEX #66135D Palatinate Purple

📋 copy color: '#66135D'

red 102 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #66135D

Tints of Palatinate Purple #66135D

RGB

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

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

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

R = 47.66%
G = 8.88%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66135D (or 0x66135D) is known color: Palatinate Purple. HEX triplet: 66, 13 and 5D. RGB value is (102,19,93). Sum of RGB (Red+Green+Blue) = 102+19+93=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66135D is #99ECA2. Grayscale: #343434. Windows color (decimal): -10087587 or 6099814. OLE color: 6099814.

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

Color convert

RGB 102 19 93 -
CMYK 0 0.81 0.09 0.6
HSL 306.51º 0.69% 0.24% -
HSV(B) 306.51º 0.81% 0.4% -
XYZ 7.69 4.08 10.74 -
YUV 52.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 102 19 93 0 0.81 0.09 0.6 306.51 0.69 0.24
Hex 66 13 5D 0 51 9 3C 133 45 18
Octal 146 23 135 0 121 11 74 463 105 30
Binary 1100110 10011 1011101 0 1010001 1001 111100 100110011 1000101 11000

Color Harmonies of #66135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66135D

Black with #66135D

Text Example


Text Example

White with #66135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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