#511DCD

Color #511DCD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #511DCD

Tints of Purple Heart #511DCD

Color information

#511DCD (or 0x511DCD) is unknown color: approx Purple Heart. HEX triplet: 51, 1D and CD. RGB value is (81,29,205). Sum of RGB (Red+Green+Blue) = 81+29+205=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #511DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DCD is #AEE232. Grayscale: #3F3F3F. Windows color (decimal): -11461171 or 13442385. OLE color: 13442385.

HSL color Cylindrical-coordinate representation of color #511DCD: hue angle of 257.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511DCD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8129205-
CMYK0.600.8600.20
HSL257.73º75.21%45.88%-
HSV(B)257.73º85.85%80.39%-
XYZ14.857.0458.33-
YUV64.61207.23139.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 205 (80.47% from 255) = 65.08%
R=25.71%
G=9.21%
B=65.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81292050.600.8600.20257.7375.2145.88
Hex511DCD3C560141024b2e
Octal121353157412602440211356
Binary1010001111011100110111110010101100101001000000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #511DCD;
 }
 .AnyTagClassName
 {
   color: #511DCD;
 }
</style>
background-color css

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

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

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

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

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

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