Html Css Color HEX #552059 Hot Purple

📋 copy color: '#552059'

red 85 ◦ green 32 ◦ blue 89

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

Shades of Hot Purple #552059

Tints of Hot Purple #552059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 41.26%
G = 15.53%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552059 (or 0x552059) is known color: Hot Purple. HEX triplet: 55, 20 and 59. RGB value is (85,32,89). Sum of RGB (Red+Green+Blue) = 85+32+89=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #552059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552059 is #AADFA6. Grayscale: #363636. Windows color (decimal): -11198375 or 5840981. OLE color: 5840981.

HSL color Cylindrical-coordinate representation of color #552059: hue angle of 295.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552059 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 32 89 -
CMYK 0.04 0.64 0 0.65
HSL 295.79º 0.47% 0.24% -
HSV(B) 295.79º 0.64% 0.35% -
XYZ 6.07 3.69 9.84 -
YUV 54.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 85 32 89 0.04 0.64 0 0.65 295.79 0.47 0.24
Hex 55 20 59 4 40 0 41 128 2F 18
Octal 125 40 131 4 100 0 101 450 57 30
Binary 1010101 100000 1011001 100 1000000 0 1000001 100101000 101111 11000

Color Harmonies of #552059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552059

Black with #552059

Text Example


Text Example

White with #552059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552059; }

 p { color: rgb(85,32,89); }

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

background-color css

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

 a { background-color: rgb(85,32,89); }

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

border-color css

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

 span { border-color: rgb(85,32,89); }

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