Html Css Color HEX #562A71 Blue Diamond

📋 copy color: '#562A71'

red 86 ◦ green 42 ◦ blue 113

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

Shades of Blue Diamond #562A71

Tints of Blue Diamond #562A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

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

R = 35.68%
G = 17.43%
B = 46.89%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562A71 (or 0x562A71) is known color: Blue Diamond. HEX triplet: 56, 2A and 71. RGB value is (86,42,113). Sum of RGB (Red+Green+Blue) = 86+42+113=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #562A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A71 is #A9D58E. Grayscale: #3F3F3F. Windows color (decimal): -11130255 or 7416406. OLE color: 7416406.

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

Color convert

RGB 86 42 113 -
CMYK 0.24 0.63 0 0.56
HSL 277.18º 0.46% 0.3% -
HSV(B) 277.18º 0.63% 0.44% -
XYZ 7.65 4.83 16.15 -
YUV 63.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 86 42 113 0.24 0.63 0 0.56 277.18 0.46 0.3
Hex 56 2A 71 18 3F 0 38 115 2E 1E
Octal 126 52 161 30 77 0 70 425 56 36
Binary 1010110 101010 1110001 11000 111111 0 111000 100010101 101110 11110

Color Harmonies of #562A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562A71

Black with #562A71

Text Example


Text Example

White with #562A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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