#561c7d

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

Shades of Blue Diamond #561C7D

Tints of Blue Diamond #561C7D

Color information

#561C7D (or 0x561C7D) is unknown color: approx Blue Diamond. HEX triplet: 56, 1C and 7D. RGB value is (86,28,125). Sum of RGB (Red+Green+Blue) = 86+28+125=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #561C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C7D is #A9E382. Grayscale: #383838. Windows color (decimal): -11133827 or 8199254. OLE color: 8199254.

HSL color Cylindrical-coordinate representation of color #561C7D: hue angle of 275.88º degrees, saturation: 0.63, 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 #561C7D is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8628125-
CMYK0.310.7800.51
HSL275.88º63.4%30%-
HSV(B)275.88º77.6%49.02%-
XYZ7.954.2919.81-
YUV56.4166.72149.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=35.98%
G=11.72%
B=52.30%

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
Decimal86281250.310.7800.51275.8863.430
Hex561C7D1F4E0331143f1e
Octal12634175371160634247736
Binary1010110111001111101111111001110011001110001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561c7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,28,125); }

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

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

 a { background-color: rgb(86,28,125); }

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

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

 span { border-color: rgb(86,28,125); }

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