Html Css Color HEX #511D71 Blue Diamond

📋 copy color: '#511D71'

red 81 ◦ green 29 ◦ blue 113

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

Shades of Blue Diamond #511D71

Tints of Blue Diamond #511D71

RGB

 RED value IS 81 (32.03% from 255) = 36.32%

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 36.32%
G = 13%
B = 50.67%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511D71 (or 0x511D71) is known color: Blue Diamond. HEX triplet: 51, 1D and 71. RGB value is (81,29,113). Sum of RGB (Red+Green+Blue) = 81+29+113=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #511D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D71 is #AEE28E. Grayscale: #353535. Windows color (decimal): -11461263 or 7413073. OLE color: 7413073.

HSL color Cylindrical-coordinate representation of color #511D71: hue angle of 277.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511D71 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 29 113 -
CMYK 0.28 0.74 0 0.56
HSL 277.14º 0.59% 0.28% -
HSV(B) 277.14º 0.74% 0.44% -
XYZ 6.81 3.82 16 -
YUV 54.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 81 29 113 0.28 0.74 0 0.56 277.14 0.59 0.28
Hex 51 1D 71 1C 4A 0 38 115 3B 1C
Octal 121 35 161 34 112 0 70 425 73 34
Binary 1010001 11101 1110001 11100 1001010 0 111000 100010101 111011 11100

Color Harmonies of #511D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D71

Black with #511D71

Text Example


Text Example

White with #511D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D71; }

 p { color: rgb(81,29,113); }

 H1.HeaderClassName
 {
   color: #511D71;
 }
 .AnyTagClassName
 {
   color: #511D71;
 }
</style>

background-color css

<style>
 a { background-color: #511D71; }

 a { background-color: rgb(81,29,113); }

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

border-color css

<style>
 span { border-color: #511D71; }

 span { border-color: rgb(81,29,113); }

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