Html Css Color HEX #511A7C Blue Diamond

📋 copy color: '#511A7C'

red 81 ◦ green 26 ◦ blue 124

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

Shades of Blue Diamond #511A7C

Tints of Blue Diamond #511A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 35.06%
G = 11.26%
B = 53.68%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#511A7C (or 0x511A7C) is known color: Blue Diamond. HEX triplet: 51, 1A and 7C. RGB value is (81,26,124). Sum of RGB (Red+Green+Blue) = 81+26+124=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #511A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A7C is #AEE583. Grayscale: #353535. Windows color (decimal): -11462020 or 8133201. OLE color: 8133201.

HSL color Cylindrical-coordinate representation of color #511A7C: hue angle of 273.67º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511A7C is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 26 124 -
CMYK 0.35 0.79 0 0.51
HSL 273.67º 0.65% 0.29% -
HSV(B) 273.67º 0.79% 0.49% -
XYZ 7.4 3.94 19.44 -
YUV 53.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 81 26 124 0.35 0.79 0 0.51 273.67 0.65 0.29
Hex 51 1A 7C 23 4F 0 33 112 41 1D
Octal 121 32 174 43 117 0 63 422 101 35
Binary 1010001 11010 1111100 100011 1001111 0 110011 100010010 1000001 11101

Color Harmonies of #511A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A7C

Black with #511A7C

Text Example


Text Example

White with #511A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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