Html Css Color HEX #562C71 Honey Flower

📋 copy color: '#562C71'

red 86 ◦ green 44 ◦ blue 113

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

Shades of Honey Flower #562C71

Tints of Honey Flower #562C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

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

R = 35.39%
G = 18.11%
B = 46.5%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562C71 (or 0x562C71) is known color: Honey Flower. HEX triplet: 56, 2C and 71. RGB value is (86,44,113). Sum of RGB (Red+Green+Blue) = 86+44+113=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 44 (17.58% from 255 or 18.11% 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 #562C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C71 is #A9D38E. Grayscale: #404040. Windows color (decimal): -11129743 or 7416918. OLE color: 7416918.

HSL color Cylindrical-coordinate representation of color #562C71: hue angle of 276.52º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #562C71 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 44 113 -
CMYK 0.24 0.61 0 0.56
HSL 276.52º 0.44% 0.31% -
HSV(B) 276.52º 0.61% 0.44% -
XYZ 7.72 4.97 16.18 -
YUV 64.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 86 44 113 0.24 0.61 0 0.56 276.52 0.44 0.31
Hex 56 2C 71 18 3D 0 38 115 2C 1F
Octal 126 54 161 30 75 0 70 425 54 37
Binary 1010110 101100 1110001 11000 111101 0 111000 100010101 101100 11111

Color Harmonies of #562C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562C71

Black with #562C71

Text Example


Text Example

White with #562C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562C71; }

 p { color: rgb(86,44,113); }

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

background-color css

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

 a { background-color: rgb(86,44,113); }

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

border-color css

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

 span { border-color: rgb(86,44,113); }

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