Html Css Color HEX #511E72 Blue Diamond

📋 copy color: '#511E72'

red 81 ◦ green 30 ◦ blue 114

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

Shades of Blue Diamond #511E72

Tints of Blue Diamond #511E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.33%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 36%
G = 13.33%
B = 50.67%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511E72 (or 0x511E72) is known color: Blue Diamond. HEX triplet: 51, 1E and 72. RGB value is (81,30,114). Sum of RGB (Red+Green+Blue) = 81+30+114=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #511E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E72 is #AEE18D. Grayscale: #363636. Windows color (decimal): -11461006 or 7478865. OLE color: 7478865.

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

Color convert

RGB 81 30 114 -
CMYK 0.29 0.74 0 0.55
HSL 276.43º 0.58% 0.28% -
HSV(B) 276.43º 0.74% 0.45% -
XYZ 6.89 3.89 16.31 -
YUV 54.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 81 30 114 0.29 0.74 0 0.55 276.43 0.58 0.28
Hex 51 1E 72 1D 4A 0 37 114 3A 1C
Octal 121 36 162 35 112 0 67 424 72 34
Binary 1010001 11110 1110010 11101 1001010 0 110111 100010100 111010 11100

Color Harmonies of #511E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E72

Black with #511E72

Text Example


Text Example

White with #511E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,114); }

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

background-color css

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

 a { background-color: rgb(81,30,114); }

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

border-color css

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

 span { border-color: rgb(81,30,114); }

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