Html Css Color HEX #552259 Hot Purple

📋 copy color: '#552259'

red 85 ◦ green 34 ◦ blue 89

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

Shades of Hot Purple #552259

Tints of Hot Purple #552259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 40.87%
G = 16.35%
B = 42.79%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552259 (or 0x552259) is known color: Hot Purple. HEX triplet: 55, 22 and 59. RGB value is (85,34,89). Sum of RGB (Red+Green+Blue) = 85+34+89=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #552259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552259 is #AADDA6. Grayscale: #373737. Windows color (decimal): -11197863 or 5841493. OLE color: 5841493.

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

Color convert

RGB 85 34 89 -
CMYK 0.04 0.62 0 0.65
HSL 295.64º 0.45% 0.24% -
HSV(B) 295.64º 0.62% 0.35% -
XYZ 6.12 3.8 9.86 -
YUV 55.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 85 34 89 0.04 0.62 0 0.65 295.64 0.45 0.24
Hex 55 22 59 4 3E 0 41 128 2D 18
Octal 125 42 131 4 76 0 101 450 55 30
Binary 1010101 100010 1011001 100 111110 0 1000001 100101000 101101 11000

Color Harmonies of #552259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552259

Black with #552259

Text Example


Text Example

White with #552259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552259; }

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

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

background-color css

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

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

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

border-color css

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

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

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