Html Css Color HEX #552156 Hot Purple

📋 copy color: '#552156'

red 85 ◦ green 33 ◦ blue 86

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

Shades of Hot Purple #552156

Tints of Hot Purple #552156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 41.67%
G = 16.18%
B = 42.16%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#552156 (or 0x552156) is known color: Hot Purple. HEX triplet: 55, 21 and 56. RGB value is (85,33,86). Sum of RGB (Red+Green+Blue) = 85+33+86=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #552156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552156 is #AADEA9. Grayscale: #363636. Windows color (decimal): -11198122 or 5644629. OLE color: 5644629.

HSL color Cylindrical-coordinate representation of color #552156: hue angle of 298.87º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552156 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 33 86 -
CMYK 0.01 0.62 0 0.66
HSL 298.87º 0.45% 0.23% -
HSV(B) 298.87º 0.62% 0.34% -
XYZ 5.97 3.69 9.2 -
YUV 54.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 85 33 86 0.01 0.62 0 0.66 298.87 0.45 0.23
Hex 55 21 56 1 3E 0 42 12B 2D 17
Octal 125 41 126 1 76 0 102 453 55 27
Binary 1010101 100001 1010110 1 111110 0 1000010 100101011 101101 10111

Color Harmonies of #552156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552156

Black with #552156

Text Example


Text Example

White with #552156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552156; }

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

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

background-color css

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

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

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

border-color css

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

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

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