Html Css Color HEX #553259 Hot Purple

📋 copy color: '#553259'

red 85 ◦ green 50 ◦ blue 89

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

Shades of Hot Purple #553259

Tints of Hot Purple #553259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 37.95%
G = 22.32%
B = 39.73%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553259 (or 0x553259) is known color: Hot Purple. HEX triplet: 55, 32 and 59. RGB value is (85,50,89). Sum of RGB (Red+Green+Blue) = 85+50+89=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #553259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553259 is #AACDA6. Grayscale: #404040. Windows color (decimal): -11193767 or 5845589. OLE color: 5845589.

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

Color convert

RGB 85 50 89 -
CMYK 0.04 0.44 0 0.65
HSL 293.85º 0.28% 0.27% -
HSV(B) 293.85º 0.44% 0.35% -
XYZ 6.69 4.93 10.05 -
YUV 64.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 85 50 89 0.04 0.44 0 0.65 293.85 0.28 0.27
Hex 55 32 59 4 2C 0 41 126 1C 1B
Octal 125 62 131 4 54 0 101 446 34 33
Binary 1010101 110010 1011001 100 101100 0 1000001 100100110 11100 11011

Color Harmonies of #553259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553259

Black with #553259

Text Example


Text Example

White with #553259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553259; }

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

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

background-color css

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

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

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

border-color css

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

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

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