Html Css Color HEX #66135B Palatinate Purple

📋 copy color: '#66135B'

red 102 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #66135B

Tints of Palatinate Purple #66135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 48.11%
G = 8.96%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66135B (or 0x66135B) is known color: Palatinate Purple. HEX triplet: 66, 13 and 5B. RGB value is (102,19,91). Sum of RGB (Red+Green+Blue) = 102+19+91=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66135B is #99ECA4. Grayscale: #333333. Windows color (decimal): -10087589 or 5968742. OLE color: 5968742.

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

Color convert

RGB 102 19 91 -
CMYK 0 0.81 0.11 0.6
HSL 307.95º 0.69% 0.24% -
HSV(B) 307.95º 0.81% 0.4% -
XYZ 7.6 4.05 10.28 -
YUV 52.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 102 19 91 0 0.81 0.11 0.6 307.95 0.69 0.24
Hex 66 13 5B 0 51 B 3C 134 45 18
Octal 146 23 133 0 121 13 74 464 105 30
Binary 1100110 10011 1011011 0 1010001 1011 111100 100110100 1000101 11000

Color Harmonies of #66135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66135B

Black with #66135B

Text Example


Text Example

White with #66135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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