Html Css Color HEX #552559 Hot Purple

📋 copy color: '#552559'

red 85 ◦ green 37 ◦ blue 89

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

Shades of Hot Purple #552559

Tints of Hot Purple #552559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 40.28%
G = 17.54%
B = 42.18%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552559 (or 0x552559) is known color: Hot Purple. HEX triplet: 55, 25 and 59. RGB value is (85,37,89). Sum of RGB (Red+Green+Blue) = 85+37+89=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #552559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552559 is #AADAA6. Grayscale: #393939. Windows color (decimal): -11197095 or 5842261. OLE color: 5842261.

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

Color convert

RGB 85 37 89 -
CMYK 0.04 0.58 0 0.65
HSL 295.38º 0.41% 0.25% -
HSV(B) 295.38º 0.58% 0.35% -
XYZ 6.21 3.98 9.89 -
YUV 57.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 85 37 89 0.04 0.58 0 0.65 295.38 0.41 0.25
Hex 55 25 59 4 3A 0 41 127 29 19
Octal 125 45 131 4 72 0 101 447 51 31
Binary 1010101 100101 1011001 100 111010 0 1000001 100100111 101001 11001

Color Harmonies of #552559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552559

Black with #552559

Text Example


Text Example

White with #552559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552559; }

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

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

background-color css

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

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

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

border-color css

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

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

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