Html Css Color HEX #5A3259 Hot Purple

📋 copy color: '#5A3259'

red 90 ◦ green 50 ◦ blue 89

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

Shades of Hot Purple #5A3259

Tints of Hot Purple #5A3259

RGB

 RED value IS 90 (35.55% from 255) = 39.3%

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

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

R = 39.3%
G = 21.83%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A3259 (or 0x5A3259) is known color: Hot Purple. HEX triplet: 5A, 32 and 59. RGB value is (90,50,89). Sum of RGB (Red+Green+Blue) = 90+50+89=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3259 is #A5CDA6. Grayscale: #424242. Windows color (decimal): -10866087 or 5845594. OLE color: 5845594.

HSL color Cylindrical-coordinate representation of color #5A3259: hue angle of 301.5º degrees, saturation: 0.29, 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 #5A3259 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 50 89 -
CMYK 0 0.44 0.01 0.65
HSL 301.5º 0.29% 0.27% -
HSV(B) 301.5º 0.44% 0.35% -
XYZ 7.16 5.18 10.07 -
YUV 66.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 90 50 89 0 0.44 0.01 0.65 301.5 0.29 0.27
Hex 5A 32 59 0 2C 1 41 12E 1D 1B
Octal 132 62 131 0 54 1 101 456 35 33
Binary 1011010 110010 1011001 0 101100 1 1000001 100101110 11101 11011

Color Harmonies of #5A3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3259

Black with #5A3259

Text Example


Text Example

White with #5A3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3259; }

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

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

background-color css

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

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

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

border-color css

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

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

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