Html Css Color HEX #551161 Hot Purple

📋 copy color: '#551161'

red 85 ◦ green 17 ◦ blue 97

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

Shades of Hot Purple #551161

Tints of Hot Purple #551161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 42.71%
G = 8.54%
B = 48.74%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551161 (or 0x551161) is known color: Hot Purple. HEX triplet: 55, 11 and 61. RGB value is (85,17,97). Sum of RGB (Red+Green+Blue) = 85+17+97=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #551161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551161 is #AAEE9E. Grayscale: #2E2E2E. Windows color (decimal): -11202207 or 6361429. OLE color: 6361429.

HSL color Cylindrical-coordinate representation of color #551161: hue angle of 291º 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 #551161 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 17 97 -
CMYK 0.12 0.82 0 0.62
HSL 291º 0.7% 0.22% -
HSV(B) 291º 0.82% 0.38% -
XYZ 6.1 3.2 11.6 -
YUV 46.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 85 17 97 0.12 0.82 0 0.62 291 0.7 0.22
Hex 55 11 61 C 52 0 3E 123 46 16
Octal 125 21 141 14 122 0 76 443 106 26
Binary 1010101 10001 1100001 1100 1010010 0 111110 100100011 1000110 10110

Color Harmonies of #551161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551161

Black with #551161

Text Example


Text Example

White with #551161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551161; }

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

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

background-color css

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

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

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

border-color css

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

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

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