Html Css Color HEX #5E2A71 Honey Flower

📋 copy color: '#5E2A71'

red 94 ◦ green 42 ◦ blue 113

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

Shades of Honey Flower #5E2A71

Tints of Honey Flower #5E2A71

RGB

 RED value IS 94 (37.11% from 255) = 37.75%

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

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

R = 37.75%
G = 16.87%
B = 45.38%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E2A71 (or 0x5E2A71) is known color: Honey Flower. HEX triplet: 5E, 2A and 71. RGB value is (94,42,113). Sum of RGB (Red+Green+Blue) = 94+42+113=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E2A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2A71 is #A1D58E. Grayscale: #414141. Windows color (decimal): -10605967 or 7416414. OLE color: 7416414.

HSL color Cylindrical-coordinate representation of color #5E2A71: hue angle of 283.94º 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 #5E2A71 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 42 113 -
CMYK 0.17 0.63 0 0.56
HSL 283.94º 0.46% 0.3% -
HSV(B) 283.94º 0.63% 0.44% -
XYZ 8.42 5.23 16.19 -
YUV 65.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 94 42 113 0.17 0.63 0 0.56 283.94 0.46 0.3
Hex 5E 2A 71 11 3F 0 38 11C 2E 1E
Octal 136 52 161 21 77 0 70 434 56 36
Binary 1011110 101010 1110001 10001 111111 0 111000 100011100 101110 11110

Color Harmonies of #5E2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2A71

Black with #5E2A71

Text Example


Text Example

White with #5E2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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