#510DCF

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

Shades of Purple Heart #510DCF

Tints of Purple Heart #510DCF

Color information

#510DCF (or 0x510DCF) is unknown color: approx Purple Heart. HEX triplet: 51, 0D and CF. RGB value is (81,13,207). Sum of RGB (Red+Green+Blue) = 81+13+207=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #510DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DCF is #AEF230. Grayscale: #363636. Windows color (decimal): -11465265 or 13569361. OLE color: 13569361.

HSL color Cylindrical-coordinate representation of color #510DCF: hue angle of 261.03º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510DCF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8113207-
CMYK0.610.9400.19
HSL261.03º88.18%43.14%-
HSV(B)261.03º93.72%81.18%-
XYZ14.86.5459.51-
YUV55.45213.53146.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 207 (81.25% from 255) = 68.77%
R=26.91%
G=4.32%
B=68.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81132070.610.9400.19261.0388.1843.14
Hex51DCF3D5E013105582b
Octal121153177513602340513053
Binary101000111011100111111110110111100100111000001011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510DCF; }

 p { color: rgb(81,13,207); }

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

<style>
 a { background-color: #510DCF; }

 a { background-color: rgb(81,13,207); }

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

<style>
 span { border-color: #510DCF; }

 span { border-color: rgb(81,13,207); }

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