Html Css Color HEX #5E2971 Honey Flower

📋 copy color: '#5E2971'

red 94 ◦ green 41 ◦ blue 113

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

Shades of Honey Flower #5E2971

Tints of Honey Flower #5E2971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.53%

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

R = 37.9%
G = 16.53%
B = 45.56%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E2971 (or 0x5E2971) is known color: Honey Flower. HEX triplet: 5E, 29 and 71. RGB value is (94,41,113). Sum of RGB (Red+Green+Blue) = 94+41+113=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2971 is #A1D68E. Grayscale: #404040. Windows color (decimal): -10606223 or 7416158. OLE color: 7416158.

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

Color convert

RGB 94 41 113 -
CMYK 0.17 0.64 0 0.56
HSL 284.17º 0.47% 0.3% -
HSV(B) 284.17º 0.64% 0.44% -
XYZ 8.39 5.16 16.18 -
YUV 65.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 94 41 113 0.17 0.64 0 0.56 284.17 0.47 0.3
Hex 5E 29 71 11 40 0 38 11C 2F 1E
Octal 136 51 161 21 100 0 70 434 57 36
Binary 1011110 101001 1110001 10001 1000000 0 111000 100011100 101111 11110

Color Harmonies of #5E2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2971

Black with #5E2971

Text Example


Text Example

White with #5E2971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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