Html Css Color HEX #582A71 Honey Flower

📋 copy color: '#582A71'

red 88 ◦ green 42 ◦ blue 113

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

Shades of Honey Flower #582A71

Tints of Honey Flower #582A71

RGB

 RED value IS 88 (34.77% from 255) = 36.21%

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

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

R = 36.21%
G = 17.28%
B = 46.5%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582A71 (or 0x582A71) is known color: Honey Flower. HEX triplet: 58, 2A and 71. RGB value is (88,42,113). Sum of RGB (Red+Green+Blue) = 88+42+113=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #582A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A71 is #A7D58E. Grayscale: #3F3F3F. Windows color (decimal): -10999183 or 7416408. OLE color: 7416408.

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

Color convert

RGB 88 42 113 -
CMYK 0.22 0.63 0 0.56
HSL 278.87º 0.46% 0.3% -
HSV(B) 278.87º 0.63% 0.44% -
XYZ 7.83 4.92 16.16 -
YUV 63.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 88 42 113 0.22 0.63 0 0.56 278.87 0.46 0.3
Hex 58 2A 71 16 3F 0 38 117 2E 1E
Octal 130 52 161 26 77 0 70 427 56 36
Binary 1011000 101010 1110001 10110 111111 0 111000 100010111 101110 11110

Color Harmonies of #582A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A71

Black with #582A71

Text Example


Text Example

White with #582A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582A71; }

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

 H1.HeaderClassName
 {
   color: #582A71;
 }
 .AnyTagClassName
 {
   color: #582A71;
 }
</style>

background-color css

<style>
 a { background-color: #582A71; }

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

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

border-color css

<style>
 span { border-color: #582A71; }

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

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