Html Css Color HEX #561D71 Blue Diamond

📋 copy color: '#561D71'

red 86 ◦ green 29 ◦ blue 113

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

Shades of Blue Diamond #561D71

Tints of Blue Diamond #561D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.72%

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

R = 37.72%
G = 12.72%
B = 49.56%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#561D71 (or 0x561D71) is known color: Blue Diamond. HEX triplet: 56, 1D and 71. RGB value is (86,29,113). Sum of RGB (Red+Green+Blue) = 86+29+113=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #561D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D71 is #A9E28E. Grayscale: #373737. Windows color (decimal): -11133583 or 7413078. OLE color: 7413078.

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

Color convert

RGB 86 29 113 -
CMYK 0.24 0.74 0 0.56
HSL 280.71º 0.59% 0.28% -
HSV(B) 280.71º 0.74% 0.44% -
XYZ 7.26 4.05 16.02 -
YUV 55.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 86 29 113 0.24 0.74 0 0.56 280.71 0.59 0.28
Hex 56 1D 71 18 4A 0 38 119 3B 1C
Octal 126 35 161 30 112 0 70 431 73 34
Binary 1010110 11101 1110001 11000 1001010 0 111000 100011001 111011 11100

Color Harmonies of #561D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D71

Black with #561D71

Text Example


Text Example

White with #561D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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