Html Css Color HEX #561D72 Blue Diamond

📋 copy color: '#561D72'

red 86 ◦ green 29 ◦ blue 114

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

Shades of Blue Diamond #561D72

Tints of Blue Diamond #561D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 37.55%
G = 12.66%
B = 49.78%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561D72 (or 0x561D72) is known color: Blue Diamond. HEX triplet: 56, 1D and 72. RGB value is (86,29,114). Sum of RGB (Red+Green+Blue) = 86+29+114=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #561D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D72 is #A9E28D. Grayscale: #373737. Windows color (decimal): -11133582 or 7478614. OLE color: 7478614.

HSL color Cylindrical-coordinate representation of color #561D72: hue angle of 280.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561D72 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 29 114 -
CMYK 0.25 0.75 0 0.55
HSL 280.24º 0.59% 0.28% -
HSV(B) 280.24º 0.75% 0.45% -
XYZ 7.31 4.07 16.32 -
YUV 55.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 86 29 114 0.25 0.75 0 0.55 280.24 0.59 0.28
Hex 56 1D 72 19 4B 0 37 118 3B 1C
Octal 126 35 162 31 113 0 67 430 73 34
Binary 1010110 11101 1110010 11001 1001011 0 110111 100011000 111011 11100

Color Harmonies of #561D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D72

Black with #561D72

Text Example


Text Example

White with #561D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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