Html Css Color HEX #551962 Hot Purple

📋 copy color: '#551962'

red 85 ◦ green 25 ◦ blue 98

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

Shades of Hot Purple #551962

Tints of Hot Purple #551962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 40.87%
G = 12.02%
B = 47.12%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551962 (or 0x551962) is known color: Hot Purple. HEX triplet: 55, 19 and 62. RGB value is (85,25,98). Sum of RGB (Red+Green+Blue) = 85+25+98=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #551962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551962 is #AAE69D. Grayscale: #333333. Windows color (decimal): -11200158 or 6429013. OLE color: 6429013.

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

Color convert

RGB 85 25 98 -
CMYK 0.13 0.74 0 0.62
HSL 289.32º 0.59% 0.24% -
HSV(B) 289.32º 0.74% 0.38% -
XYZ 6.3 3.51 11.9 -
YUV 51.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 85 25 98 0.13 0.74 0 0.62 289.32 0.59 0.24
Hex 55 19 62 D 4A 0 3E 121 3B 18
Octal 125 31 142 15 112 0 76 441 73 30
Binary 1010101 11001 1100010 1101 1001010 0 111110 100100001 111011 11000

Color Harmonies of #551962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551962

Black with #551962

Text Example


Text Example

White with #551962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551962; }

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

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

background-color css

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

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

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

border-color css

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

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

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