Html Css Color HEX #66155B Palatinate Purple

📋 copy color: '#66155B'

red 102 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #66155B

Tints of Palatinate Purple #66155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 47.66%
G = 9.81%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66155B (or 0x66155B) is known color: Palatinate Purple. HEX triplet: 66, 15 and 5B. RGB value is (102,21,91). Sum of RGB (Red+Green+Blue) = 102+21+91=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66155B is #99EAA4. Grayscale: #343434. Windows color (decimal): -10087077 or 5969254. OLE color: 5969254.

HSL color Cylindrical-coordinate representation of color #66155B: hue angle of 308.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66155B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 91 -
CMYK 0 0.79 0.11 0.6
HSL 308.15º 0.66% 0.24% -
HSV(B) 308.15º 0.79% 0.4% -
XYZ 7.64 4.12 10.29 -
YUV 53.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 102 21 91 0 0.79 0.11 0.6 308.15 0.66 0.24
Hex 66 15 5B 0 4F B 3C 134 42 18
Octal 146 25 133 0 117 13 74 464 102 30
Binary 1100110 10101 1011011 0 1001111 1011 111100 100110100 1000010 11000

Color Harmonies of #66155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66155B

Black with #66155B

Text Example


Text Example

White with #66155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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