Html Css Color HEX #5A3059 Hot Purple

📋 copy color: '#5A3059'

red 90 ◦ green 48 ◦ blue 89

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

Shades of Hot Purple #5A3059

Tints of Hot Purple #5A3059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 39.65%
G = 21.15%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A3059 (or 0x5A3059) is known color: Hot Purple. HEX triplet: 5A, 30 and 59. RGB value is (90,48,89). Sum of RGB (Red+Green+Blue) = 90+48+89=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3059 is #A5CFA6. Grayscale: #414141. Windows color (decimal): -10866599 or 5845082. OLE color: 5845082.

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

Color convert

RGB 90 48 89 -
CMYK 0 0.47 0.01 0.65
HSL 301.43º 0.3% 0.27% -
HSV(B) 301.43º 0.47% 0.35% -
XYZ 7.08 5.01 10.05 -
YUV 65.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 90 48 89 0 0.47 0.01 0.65 301.43 0.3 0.27
Hex 5A 30 59 0 2F 1 41 12D 1E 1B
Octal 132 60 131 0 57 1 101 455 36 33
Binary 1011010 110000 1011001 0 101111 1 1000001 100101101 11110 11011

Color Harmonies of #5A3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3059

Black with #5A3059

Text Example


Text Example

White with #5A3059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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