Html Css Color HEX #562970 Honey Flower

📋 copy color: '#562970'

red 86 ◦ green 41 ◦ blue 112

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

Shades of Honey Flower #562970

Tints of Honey Flower #562970

RGB

 RED value IS 86 (33.98% from 255) = 35.98%

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 35.98%
G = 17.15%
B = 46.86%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562970 (or 0x562970) is known color: Honey Flower. HEX triplet: 56, 29 and 70. RGB value is (86,41,112). Sum of RGB (Red+Green+Blue) = 86+41+112=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #562970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562970 is #A9D68F. Grayscale: #3E3E3E. Windows color (decimal): -11130512 or 7350614. OLE color: 7350614.

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

Color convert

RGB 86 41 112 -
CMYK 0.23 0.63 0 0.56
HSL 278.03º 0.46% 0.3% -
HSV(B) 278.03º 0.63% 0.44% -
XYZ 7.56 4.73 15.84 -
YUV 62.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 86 41 112 0.23 0.63 0 0.56 278.03 0.46 0.3
Hex 56 29 70 17 3F 0 38 116 2E 1E
Octal 126 51 160 27 77 0 70 426 56 36
Binary 1010110 101001 1110000 10111 111111 0 111000 100010110 101110 11110

Color Harmonies of #562970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562970

Black with #562970

Text Example


Text Example

White with #562970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562970; }

 p { color: rgb(86,41,112); }

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

background-color css

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

 a { background-color: rgb(86,41,112); }

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

border-color css

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

 span { border-color: rgb(86,41,112); }

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