Html Css Color HEX #552159 Hot Purple

📋 copy color: '#552159'

red 85 ◦ green 33 ◦ blue 89

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

Shades of Hot Purple #552159

Tints of Hot Purple #552159

RGB

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

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

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

R = 41.06%
G = 15.94%
B = 43%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552159 (or 0x552159) is known color: Hot Purple. HEX triplet: 55, 21 and 59. RGB value is (85,33,89). Sum of RGB (Red+Green+Blue) = 85+33+89=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #552159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552159 is #AADEA6. Grayscale: #363636. Windows color (decimal): -11198119 or 5841237. OLE color: 5841237.

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

Color convert

RGB 85 33 89 -
CMYK 0.04 0.63 0 0.65
HSL 295.71º 0.46% 0.24% -
HSV(B) 295.71º 0.63% 0.35% -
XYZ 6.09 3.74 9.85 -
YUV 54.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 85 33 89 0.04 0.63 0 0.65 295.71 0.46 0.24
Hex 55 21 59 4 3F 0 41 128 2E 18
Octal 125 41 131 4 77 0 101 450 56 30
Binary 1010101 100001 1011001 100 111111 0 1000001 100101000 101110 11000

Color Harmonies of #552159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552159

Black with #552159

Text Example


Text Example

White with #552159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552159; }

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

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

background-color css

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

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

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

border-color css

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

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

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