Html Css Color HEX #552160 Hot Purple

📋 copy color: '#552160'

red 85 ◦ green 33 ◦ blue 96

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

Shades of Hot Purple #552160

Tints of Hot Purple #552160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 39.72%
G = 15.42%
B = 44.86%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552160 (or 0x552160) is known color: Hot Purple. HEX triplet: 55, 21 and 60. RGB value is (85,33,96). Sum of RGB (Red+Green+Blue) = 85+33+96=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #552160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552160 is #AADE9F. Grayscale: #373737. Windows color (decimal): -11198112 or 6299989. OLE color: 6299989.

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

Color convert

RGB 85 33 96 -
CMYK 0.11 0.66 0 0.62
HSL 289.52º 0.49% 0.25% -
HSV(B) 289.52º 0.66% 0.38% -
XYZ 6.4 3.86 11.47 -
YUV 55.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 85 33 96 0.11 0.66 0 0.62 289.52 0.49 0.25
Hex 55 21 60 B 42 0 3E 122 31 19
Octal 125 41 140 13 102 0 76 442 61 31
Binary 1010101 100001 1100000 1011 1000010 0 111110 100100010 110001 11001

Color Harmonies of #552160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552160

Black with #552160

Text Example


Text Example

White with #552160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552160; }

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

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

background-color css

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

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

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

border-color css

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

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

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