Html Css Color HEX #561B7D Blue Diamond

📋 copy color: '#561B7D'

red 86 ◦ green 27 ◦ blue 125

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

Shades of Blue Diamond #561B7D

Tints of Blue Diamond #561B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 36.13%
G = 11.34%
B = 52.52%

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

#561B7D (or 0x561B7D) is known color: Blue Diamond. HEX triplet: 56, 1B and 7D. RGB value is (86,27,125). Sum of RGB (Red+Green+Blue) = 86+27+125=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #561B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B7D is #A9E482. Grayscale: #373737. Windows color (decimal): -11134083 or 8198998. OLE color: 8198998.

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

Color convert

RGB 86 27 125 -
CMYK 0.31 0.78 0 0.51
HSL 276.12º 0.64% 0.3% -
HSV(B) 276.12º 0.78% 0.49% -
XYZ 7.93 4.24 19.8 -
YUV 55.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 86 27 125 0.31 0.78 0 0.51 276.12 0.64 0.3
Hex 56 1B 7D 1F 4E 0 33 114 40 1E
Octal 126 33 175 37 116 0 63 424 100 36
Binary 1010110 11011 1111101 11111 1001110 0 110011 100010100 1000000 11110

Color Harmonies of #561B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B7D

Black with #561B7D

Text Example


Text Example

White with #561B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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