Html Css Color HEX #551162 Hot Purple

📋 copy color: '#551162'

red 85 ◦ green 17 ◦ blue 98

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

Shades of Hot Purple #551162

Tints of Hot Purple #551162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 42.5%
G = 8.5%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551162 (or 0x551162) is known color: Hot Purple. HEX triplet: 55, 11 and 62. RGB value is (85,17,98). Sum of RGB (Red+Green+Blue) = 85+17+98=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #551162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551162 is #AAEE9D. Grayscale: #2E2E2E. Windows color (decimal): -11202206 or 6426965. OLE color: 6426965.

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

Color convert

RGB 85 17 98 -
CMYK 0.13 0.83 0 0.62
HSL 290.37º 0.7% 0.23% -
HSV(B) 290.37º 0.83% 0.38% -
XYZ 6.15 3.21 11.85 -
YUV 46.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 85 17 98 0.13 0.83 0 0.62 290.37 0.7 0.23
Hex 55 11 62 D 53 0 3E 122 46 17
Octal 125 21 142 15 123 0 76 442 106 27
Binary 1010101 10001 1100010 1101 1010011 0 111110 100100010 1000110 10111

Color Harmonies of #551162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551162

Black with #551162

Text Example


Text Example

White with #551162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551162; }

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

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

background-color css

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

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

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

border-color css

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

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

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