Html Css Color HEX #561C75 Blue Diamond

📋 copy color: '#561C75'

red 86 ◦ green 28 ◦ blue 117

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

Shades of Blue Diamond #561C75

Tints of Blue Diamond #561C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.12%

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 37.23%
G = 12.12%
B = 50.65%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561C75 (or 0x561C75) is known color: Blue Diamond. HEX triplet: 56, 1C and 75. RGB value is (86,28,117). Sum of RGB (Red+Green+Blue) = 86+28+117=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #561C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C75 is #A9E38A. Grayscale: #373737. Windows color (decimal): -11133835 or 7674966. OLE color: 7674966.

HSL color Cylindrical-coordinate representation of color #561C75: hue angle of 279.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561C75 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 28 117 -
CMYK 0.26 0.76 0 0.54
HSL 279.1º 0.61% 0.28% -
HSV(B) 279.1º 0.76% 0.46% -
XYZ 7.46 4.09 17.23 -
YUV 55.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 86 28 117 0.26 0.76 0 0.54 279.1 0.61 0.28
Hex 56 1C 75 1A 4C 0 36 117 3D 1C
Octal 126 34 165 32 114 0 66 427 75 34
Binary 1010110 11100 1110101 11010 1001100 0 110110 100010111 111101 11100

Color Harmonies of #561C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C75

Black with #561C75

Text Example


Text Example

White with #561C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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