Html Css Color HEX #561A71 Blue Diamond

📋 copy color: '#561A71'

red 86 ◦ green 26 ◦ blue 113

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

Shades of Blue Diamond #561A71

Tints of Blue Diamond #561A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

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

R = 38.22%
G = 11.56%
B = 50.22%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#561A71 (or 0x561A71) is known color: Blue Diamond. HEX triplet: 56, 1A and 71. RGB value is (86,26,113). Sum of RGB (Red+Green+Blue) = 86+26+113=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #561A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A71 is #A9E58E. Grayscale: #353535. Windows color (decimal): -11134351 or 7412310. OLE color: 7412310.

HSL color Cylindrical-coordinate representation of color #561A71: hue angle of 281.38º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561A71 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 26 113 -
CMYK 0.24 0.77 0 0.56
HSL 281.38º 0.63% 0.27% -
HSV(B) 281.38º 0.77% 0.44% -
XYZ 7.19 3.91 16 -
YUV 53.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 86 26 113 0.24 0.77 0 0.56 281.38 0.63 0.27
Hex 56 1A 71 18 4D 0 38 119 3F 1B
Octal 126 32 161 30 115 0 70 431 77 33
Binary 1010110 11010 1110001 11000 1001101 0 111000 100011001 111111 11011

Color Harmonies of #561A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A71

Black with #561A71

Text Example


Text Example

White with #561A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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