Html Css Color HEX #5A3759 Hot Purple

📋 copy color: '#5A3759'

red 90 ◦ green 55 ◦ blue 89

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

Shades of Hot Purple #5A3759

Tints of Hot Purple #5A3759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 38.46%
G = 23.5%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A3759 (or 0x5A3759) is known color: Hot Purple. HEX triplet: 5A, 37 and 59. RGB value is (90,55,89). Sum of RGB (Red+Green+Blue) = 90+55+89=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3759 is #A5C8A6. Grayscale: #454545. Windows color (decimal): -10864807 or 5846874. OLE color: 5846874.

HSL color Cylindrical-coordinate representation of color #5A3759: hue angle of 301.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A3759 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 89 -
CMYK 0 0.39 0.01 0.65
HSL 301.71º 0.24% 0.28% -
HSV(B) 301.71º 0.39% 0.35% -
XYZ 7.39 5.63 10.15 -
YUV 69.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 90 55 89 0 0.39 0.01 0.65 301.71 0.24 0.28
Hex 5A 37 59 0 27 1 41 12E 18 1C
Octal 132 67 131 0 47 1 101 456 30 34
Binary 1011010 110111 1011001 0 100111 1 1000001 100101110 11000 11100

Color Harmonies of #5A3759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3759

Black with #5A3759

Text Example


Text Example

White with #5A3759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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