Html Css Color HEX #561C7D Blue Diamond

📋 copy color: '#561C7D'

red 86 ◦ green 28 ◦ blue 125

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

Shades of Blue Diamond #561C7D

Tints of Blue Diamond #561C7D

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.3%

R = 35.98%
G = 11.72%
B = 52.3%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#561C7D (or 0x561C7D) is known color: 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

RGB 86 28 125 -
CMYK 0.31 0.78 0 0.51
HSL 275.88º 0.63% 0.3% -
HSV(B) 275.88º 0.78% 0.49% -
XYZ 7.95 4.29 19.81 -
YUV 56.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 86 28 125 0.31 0.78 0 0.51 275.88 0.63 0.3
Hex 56 1C 7D 1F 4E 0 33 114 3F 1E
Octal 126 34 175 37 116 0 63 424 77 36
Binary 1010110 11100 1111101 11111 1001110 0 110011 100010100 111111 11110

Color Harmonies of #561C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C7D

Black with #561C7D

Text Example


Text Example

White with #561C7D

Text Example


Text Example

HTML Codes & Css Web 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>