#511fc2

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

Shades of Purple Heart #511FC2

Tints of Purple Heart #511FC2

Color information

#511FC2 (or 0x511FC2) is unknown color: approx Purple Heart. HEX triplet: 51, 1F and C2. RGB value is (81,31,194). Sum of RGB (Red+Green+Blue) = 81+31+194=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #511FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FC2 is #AEE03D. Grayscale: #3F3F3F. Windows color (decimal): -11460670 or 12722001. OLE color: 12722001.

HSL color Cylindrical-coordinate representation of color #511FC2: hue angle of 258.4º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511FC2 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8131194-
CMYK0.580.8400.24
HSL258.4º72.44%44.12%-
HSV(B)258.4º84.02%76.08%-
XYZ13.626.6251.6-
YUV64.53201.06139.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 194 (76.17% from 255) = 63.40%
R=26.47%
G=10.13%
B=63.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81311940.580.8400.24258.472.4444.12
Hex511FC23A54018102482c
Octal121373027212403040211054
Binary1010001111111100001011101010101000110001000000101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511fc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,31,194); }

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

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

 a { background-color: rgb(81,31,194); }

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

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

 span { border-color: rgb(81,31,194); }

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