Html Css Color HEX #5D2A71 Honey Flower

📋 copy color: '#5D2A71'

red 93 ◦ green 42 ◦ blue 113

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

Shades of Honey Flower #5D2A71

Tints of Honey Flower #5D2A71

RGB

 RED value IS 93 (36.72% from 255) = 37.5%

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

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

R = 37.5%
G = 16.94%
B = 45.56%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D2A71 (or 0x5D2A71) is known color: Honey Flower. HEX triplet: 5D, 2A and 71. RGB value is (93,42,113). Sum of RGB (Red+Green+Blue) = 93+42+113=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 42 (16.80% from 255 or 16.94% 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 #5D2A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2A71 is #A2D58E. Grayscale: #414141. Windows color (decimal): -10671503 or 7416413. OLE color: 7416413.

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

Color convert

RGB 93 42 113 -
CMYK 0.18 0.63 0 0.56
HSL 283.1º 0.46% 0.3% -
HSV(B) 283.1º 0.63% 0.44% -
XYZ 8.32 5.18 16.18 -
YUV 65.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 93 42 113 0.18 0.63 0 0.56 283.1 0.46 0.3
Hex 5D 2A 71 12 3F 0 38 11B 2E 1E
Octal 135 52 161 22 77 0 70 433 56 36
Binary 1011101 101010 1110001 10010 111111 0 111000 100011011 101110 11110

Color Harmonies of #5D2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2A71

Black with #5D2A71

Text Example


Text Example

White with #5D2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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