Html Css Color HEX #551762 Hot Purple

📋 copy color: '#551762'

red 85 ◦ green 23 ◦ blue 98

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

Shades of Hot Purple #551762

Tints of Hot Purple #551762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 41.26%
G = 11.17%
B = 47.57%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551762 (or 0x551762) is known color: Hot Purple. HEX triplet: 55, 17 and 62. RGB value is (85,23,98). Sum of RGB (Red+Green+Blue) = 85+23+98=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #551762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551762 is #AAE89D. Grayscale: #313131. Windows color (decimal): -11200670 or 6428501. OLE color: 6428501.

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

Color convert

RGB 85 23 98 -
CMYK 0.13 0.77 0 0.62
HSL 289.6º 0.62% 0.24% -
HSV(B) 289.6º 0.77% 0.38% -
XYZ 6.26 3.43 11.89 -
YUV 50.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 85 23 98 0.13 0.77 0 0.62 289.6 0.62 0.24
Hex 55 17 62 D 4D 0 3E 122 3E 18
Octal 125 27 142 15 115 0 76 442 76 30
Binary 1010101 10111 1100010 1101 1001101 0 111110 100100010 111110 11000

Color Harmonies of #551762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551762

Black with #551762

Text Example


Text Example

White with #551762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551762; }

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

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

background-color css

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

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

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

border-color css

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

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

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