Html Css Color HEX #511A76 Blue Diamond

📋 copy color: '#511A76'

red 81 ◦ green 26 ◦ blue 118

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

Shades of Blue Diamond #511A76

Tints of Blue Diamond #511A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 36%
G = 11.56%
B = 52.44%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511A76 (or 0x511A76) is known color: Blue Diamond. HEX triplet: 51, 1A and 76. RGB value is (81,26,118). Sum of RGB (Red+Green+Blue) = 81+26+118=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #511A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A76 is #AEE589. Grayscale: #343434. Windows color (decimal): -11462026 or 7739985. OLE color: 7739985.

HSL color Cylindrical-coordinate representation of color #511A76: hue angle of 275.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511A76 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 26 118 -
CMYK 0.31 0.78 0 0.54
HSL 275.87º 0.64% 0.28% -
HSV(B) 275.87º 0.78% 0.46% -
XYZ 7.03 3.8 17.5 -
YUV 52.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 81 26 118 0.31 0.78 0 0.54 275.87 0.64 0.28
Hex 51 1A 76 1F 4E 0 36 114 40 1C
Octal 121 32 166 37 116 0 66 424 100 34
Binary 1010001 11010 1110110 11111 1001110 0 110110 100010100 1000000 11100

Color Harmonies of #511A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A76

Black with #511A76

Text Example


Text Example

White with #511A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,26,118); }

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

background-color css

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

 a { background-color: rgb(81,26,118); }

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

border-color css

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

 span { border-color: rgb(81,26,118); }

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