Html Css Color HEX #582B74 Honey Flower

📋 copy color: '#582B74'

red 88 ◦ green 43 ◦ blue 116

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

Shades of Honey Flower #582B74

Tints of Honey Flower #582B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.96%

R = 35.63%
G = 17.41%
B = 46.96%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582B74 (or 0x582B74) is known color: Honey Flower. HEX triplet: 58, 2B and 74. RGB value is (88,43,116). Sum of RGB (Red+Green+Blue) = 88+43+116=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #582B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B74 is #A7D48B. Grayscale: #404040. Windows color (decimal): -10998924 or 7613272. OLE color: 7613272.

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

Color convert

RGB 88 43 116 -
CMYK 0.24 0.63 0 0.55
HSL 276.99º 0.46% 0.31% -
HSV(B) 276.99º 0.63% 0.45% -
XYZ 8.04 5.06 17.08 -
YUV 64.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 88 43 116 0.24 0.63 0 0.55 276.99 0.46 0.31
Hex 58 2B 74 18 3F 0 37 115 2E 1F
Octal 130 53 164 30 77 0 67 425 56 37
Binary 1011000 101011 1110100 11000 111111 0 110111 100010101 101110 11111

Color Harmonies of #582B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B74

Black with #582B74

Text Example


Text Example

White with #582B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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