Html Css Color HEX #511A75 Blue Diamond

📋 copy color: '#511A75'

red 81 ◦ green 26 ◦ blue 117

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

Shades of Blue Diamond #511A75

Tints of Blue Diamond #511A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 36.16%
G = 11.61%
B = 52.23%

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

#511A75 (or 0x511A75) is known color: Blue Diamond. HEX triplet: 51, 1A and 75. RGB value is (81,26,117). Sum of RGB (Red+Green+Blue) = 81+26+117=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #511A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A75 is #AEE58A. Grayscale: #343434. Windows color (decimal): -11462027 or 7674449. OLE color: 7674449.

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

Color convert

RGB 81 26 117 -
CMYK 0.31 0.78 0 0.54
HSL 276.26º 0.64% 0.28% -
HSV(B) 276.26º 0.78% 0.46% -
XYZ 6.97 3.77 17.19 -
YUV 52.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 81 26 117 0.31 0.78 0 0.54 276.26 0.64 0.28
Hex 51 1A 75 1F 4E 0 36 114 40 1C
Octal 121 32 165 37 116 0 66 424 100 34
Binary 1010001 11010 1110101 11111 1001110 0 110110 100010100 1000000 11100

Color Harmonies of #511A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A75

Black with #511A75

Text Example


Text Example

White with #511A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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