Html Css Color HEX #561F74 Blue Diamond

📋 copy color: '#561F74'

red 86 ◦ green 31 ◦ blue 116

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

Shades of Blue Diamond #561F74

Tints of Blue Diamond #561F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.3%

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 36.91%
G = 13.3%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561F74 (or 0x561F74) is known color: Blue Diamond. HEX triplet: 56, 1F and 74. RGB value is (86,31,116). Sum of RGB (Red+Green+Blue) = 86+31+116=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #561F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F74 is #A9E08B. Grayscale: #383838. Windows color (decimal): -11133068 or 7610198. OLE color: 7610198.

HSL color Cylindrical-coordinate representation of color #561F74: hue angle of 278.82º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561F74 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 31 116 -
CMYK 0.26 0.73 0 0.55
HSL 278.82º 0.58% 0.29% -
HSV(B) 278.82º 0.73% 0.45% -
XYZ 7.48 4.22 16.94 -
YUV 57.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 86 31 116 0.26 0.73 0 0.55 278.82 0.58 0.29
Hex 56 1F 74 1A 49 0 37 117 3A 1D
Octal 126 37 164 32 111 0 67 427 72 35
Binary 1010110 11111 1110100 11010 1001001 0 110111 100010111 111010 11101

Color Harmonies of #561F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561F74

Black with #561F74

Text Example


Text Example

White with #561F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,31,116); }

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

background-color css

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

 a { background-color: rgb(86,31,116); }

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

border-color css

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

 span { border-color: rgb(86,31,116); }

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