#561B7C

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

Shades of Blue Diamond #561B7C

Tints of Blue Diamond #561B7C

Color information

#561B7C (or 0x561B7C) is unknown color: approx Blue Diamond. HEX triplet: 56, 1B and 7C. RGB value is (86,27,124). Sum of RGB (Red+Green+Blue) = 86+27+124=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #561B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B7C is #A9E483. Grayscale: #373737. Windows color (decimal): -11134084 or 8133462. OLE color: 8133462.

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

Color convert

RGB8627124-
CMYK0.310.7800.51
HSL276.49º64.24%29.61%-
HSV(B)276.49º78.23%48.63%-
XYZ7.874.2219.47-
YUV55.7166.55149.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=36.29%
G=11.39%
B=52.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86271240.310.7800.51276.4964.2429.61
Hex561B7C1F4E033114401e
Octal126331743711606342410036
Binary10101101101111111001111110011100110011100010100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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