Html Css Color HEX #552860 Hot Purple

📋 copy color: '#552860'

red 85 ◦ green 40 ◦ blue 96

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

Shades of Hot Purple #552860

Tints of Hot Purple #552860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 38.46%
G = 18.1%
B = 43.44%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552860 (or 0x552860) is known color: Hot Purple. HEX triplet: 55, 28 and 60. RGB value is (85,40,96). Sum of RGB (Red+Green+Blue) = 85+40+96=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #552860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552860 is #AAD79F. Grayscale: #3B3B3B. Windows color (decimal): -11196320 or 6301781. OLE color: 6301781.

HSL color Cylindrical-coordinate representation of color #552860: hue angle of 288.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552860 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 40 96 -
CMYK 0.11 0.58 0 0.62
HSL 288.21º 0.41% 0.27% -
HSV(B) 288.21º 0.58% 0.38% -
XYZ 6.62 4.29 11.55 -
YUV 59.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 85 40 96 0.11 0.58 0 0.62 288.21 0.41 0.27
Hex 55 28 60 B 3A 0 3E 120 29 1B
Octal 125 50 140 13 72 0 76 440 51 33
Binary 1010101 101000 1100000 1011 111010 0 111110 100100000 101001 11011

Color Harmonies of #552860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552860

Black with #552860

Text Example


Text Example

White with #552860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552860; }

 p { color: rgb(85,40,96); }

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

background-color css

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

 a { background-color: rgb(85,40,96); }

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

border-color css

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

 span { border-color: rgb(85,40,96); }

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