Html Css Color HEX #66135A Palatinate Purple

📋 copy color: '#66135A'

red 102 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #66135A

Tints of Palatinate Purple #66135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 48.34%
G = 9%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#66135A (or 0x66135A) is known color: Palatinate Purple. HEX triplet: 66, 13 and 5A. RGB value is (102,19,90). Sum of RGB (Red+Green+Blue) = 102+19+90=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66135A is #99ECA5. Grayscale: #333333. Windows color (decimal): -10087590 or 5903206. OLE color: 5903206.

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

Color convert

RGB 102 19 90 -
CMYK 0 0.81 0.12 0.6
HSL 308.67º 0.69% 0.24% -
HSV(B) 308.67º 0.81% 0.4% -
XYZ 7.56 4.03 10.05 -
YUV 51.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 102 19 90 0 0.81 0.12 0.6 308.67 0.69 0.24
Hex 66 13 5A 0 51 C 3C 135 45 18
Octal 146 23 132 0 121 14 74 465 105 30
Binary 1100110 10011 1011010 0 1010001 1100 111100 100110101 1000101 11000

Color Harmonies of #66135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66135A

Black with #66135A

Text Example


Text Example

White with #66135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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