Html Css Color HEX #582070 Honey Flower

📋 copy color: '#582070'

red 88 ◦ green 32 ◦ blue 112

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

Shades of Honey Flower #582070

Tints of Honey Flower #582070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 37.93%
G = 13.79%
B = 48.28%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582070 (or 0x582070) is known color: Honey Flower. HEX triplet: 58, 20 and 70. RGB value is (88,32,112). Sum of RGB (Red+Green+Blue) = 88+32+112=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #582070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582070 is #A7DF8F. Grayscale: #393939. Windows color (decimal): -11001744 or 7348312. OLE color: 7348312.

HSL color Cylindrical-coordinate representation of color #582070: hue angle of 282º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582070 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 32 112 -
CMYK 0.21 0.71 0 0.56
HSL 282º 0.56% 0.28% -
HSV(B) 282º 0.71% 0.44% -
XYZ 7.47 4.28 15.76 -
YUV 57.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 88 32 112 0.21 0.71 0 0.56 282 0.56 0.28
Hex 58 20 70 15 47 0 38 11A 38 1C
Octal 130 40 160 25 107 0 70 432 70 34
Binary 1011000 100000 1110000 10101 1000111 0 111000 100011010 111000 11100

Color Harmonies of #582070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582070

Black with #582070

Text Example


Text Example

White with #582070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582070; }

 p { color: rgb(88,32,112); }

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

background-color css

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

 a { background-color: rgb(88,32,112); }

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

border-color css

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

 span { border-color: rgb(88,32,112); }

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