Html Css Color HEX #582B73 Honey Flower

📋 copy color: '#582B73'

red 88 ◦ green 43 ◦ blue 115

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

Shades of Honey Flower #582B73

Tints of Honey Flower #582B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 35.77%
G = 17.48%
B = 46.75%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582B73 (or 0x582B73) is known color: Honey Flower. HEX triplet: 58, 2B and 73. RGB value is (88,43,115). Sum of RGB (Red+Green+Blue) = 88+43+115=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #582B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B73 is #A7D48C. Grayscale: #404040. Windows color (decimal): -10998925 or 7547736. OLE color: 7547736.

HSL color Cylindrical-coordinate representation of color #582B73: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #582B73 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 43 115 -
CMYK 0.23 0.63 0 0.55
HSL 277.5º 0.46% 0.31% -
HSV(B) 277.5º 0.63% 0.45% -
XYZ 7.98 5.04 16.77 -
YUV 64.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 88 43 115 0.23 0.63 0 0.55 277.5 0.46 0.31
Hex 58 2B 73 17 3F 0 37 116 2E 1F
Octal 130 53 163 27 77 0 67 426 56 37
Binary 1011000 101011 1110011 10111 111111 0 110111 100010110 101110 11111

Color Harmonies of #582B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B73

Black with #582B73

Text Example


Text Example

White with #582B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,43,115); }

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

background-color css

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

 a { background-color: rgb(88,43,115); }

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

border-color css

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

 span { border-color: rgb(88,43,115); }

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