Html Css Color HEX #551160 Hot Purple

📋 copy color: '#551160'

red 85 ◦ green 17 ◦ blue 96

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

Shades of Hot Purple #551160

Tints of Hot Purple #551160

RGB

 RED value IS 85 (33.59% from 255) = 42.93%

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 42.93%
G = 8.59%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551160 (or 0x551160) is known color: Hot Purple. HEX triplet: 55, 11 and 60. RGB value is (85,17,96). Sum of RGB (Red+Green+Blue) = 85+17+96=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #551160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551160 is #AAEE9F. Grayscale: #2E2E2E. Windows color (decimal): -11202208 or 6295893. OLE color: 6295893.

HSL color Cylindrical-coordinate representation of color #551160: hue angle of 291.65º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551160 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 17 96 -
CMYK 0.11 0.82 0 0.62
HSL 291.65º 0.7% 0.22% -
HSV(B) 291.65º 0.82% 0.38% -
XYZ 6.06 3.18 11.36 -
YUV 46.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 85 17 96 0.11 0.82 0 0.62 291.65 0.7 0.22
Hex 55 11 60 B 52 0 3E 124 46 16
Octal 125 21 140 13 122 0 76 444 106 26
Binary 1010101 10001 1100000 1011 1010010 0 111110 100100100 1000110 10110

Color Harmonies of #551160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551160

Black with #551160

Text Example


Text Example

White with #551160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551160; }

 p { color: rgb(85,17,96); }

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

background-color css

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

 a { background-color: rgb(85,17,96); }

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

border-color css

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

 span { border-color: rgb(85,17,96); }

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