#561A7C

Color #561A7C Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #561A7C

Tints of Blue Diamond #561A7C

Color information

#561A7C (or 0x561A7C) is unknown color: approx Blue Diamond. HEX triplet: 56, 1A and 7C. RGB value is (86,26,124). Sum of RGB (Red+Green+Blue) = 86+26+124=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #561A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A7C is #A9E583. Grayscale: #363636. Windows color (decimal): -11134340 or 8133206. OLE color: 8133206.

HSL color Cylindrical-coordinate representation of color #561A7C: hue angle of 276.73º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561A7C is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8626124-
CMYK0.310.7900.51
HSL276.73º65.33%29.41%-
HSV(B)276.73º79.03%48.63%-
XYZ7.854.1719.46-
YUV55.11166.88150.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=36.44%
G=11.02%
B=52.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86261240.310.7900.51276.7365.3329.41
Hex561A7C1F4F033115411d
Octal126321743711706342510135
Binary10101101101011111001111110011110110011100010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #561A7C;
 }
 .AnyTagClassName
 {
   color: #561A7C;
 }
</style>
background-color css

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

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

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

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

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

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