Html Css Color HEX #5A2A71 Honey Flower

📋 copy color: '#5A2A71'

red 90 ◦ green 42 ◦ blue 113

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

Shades of Honey Flower #5A2A71

Tints of Honey Flower #5A2A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.14%

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 36.73%
G = 17.14%
B = 46.12%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A2A71 (or 0x5A2A71) is known color: Honey Flower. HEX triplet: 5A, 2A and 71. RGB value is (90,42,113). Sum of RGB (Red+Green+Blue) = 90+42+113=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A2A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2A71 is #A5D58E. Grayscale: #404040. Windows color (decimal): -10868111 or 7416410. OLE color: 7416410.

HSL color Cylindrical-coordinate representation of color #5A2A71: hue angle of 280.56º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2A71 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 42 113 -
CMYK 0.20 0.63 0 0.56
HSL 280.56º 0.46% 0.3% -
HSV(B) 280.56º 0.63% 0.44% -
XYZ 8.03 5.02 16.17 -
YUV 64.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 90 42 113 0.20 0.63 0 0.56 280.56 0.46 0.3
Hex 5A 2A 71 14 3F 0 38 119 2E 1E
Octal 132 52 161 24 77 0 70 431 56 36
Binary 1011010 101010 1110001 10100 111111 0 111000 100011001 101110 11110

Color Harmonies of #5A2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2A71

Black with #5A2A71

Text Example


Text Example

White with #5A2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,42,113); }

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

background-color css

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

 a { background-color: rgb(90,42,113); }

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

border-color css

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

 span { border-color: rgb(90,42,113); }

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