#5110c3

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

Shades of Purple Heart #5110C3

Tints of Purple Heart #5110C3

Color information

#5110C3 (or 0x5110C3) is unknown color: approx Purple Heart. HEX triplet: 51, 10 and C3. RGB value is (81,16,195). Sum of RGB (Red+Green+Blue) = 81+16+195=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #5110C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110C3 is #AEEF3C. Grayscale: #373737. Windows color (decimal): -11464509 or 12783697. OLE color: 12783697.

HSL color Cylindrical-coordinate representation of color #5110C3: hue angle of 261.79º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5110C3 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8116195-
CMYK0.580.9200.24
HSL261.79º84.83%41.37%-
HSV(B)261.79º91.79%76.47%-
XYZ13.436.0652.09-
YUV55.84206.53145.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 195 (76.56% from 255) = 66.78%
R=27.74%
G=5.48%
B=66.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81161950.580.9200.24261.7984.8341.37
Hex5110C33A5C0181065529
Octal121203037213403040612551
Binary1010001100001100001111101010111000110001000001101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5110c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5110c3; }

 p { color: rgb(81,16,195); }

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

<style>
 a { background-color: #5110c3; }

 a { background-color: rgb(81,16,195); }

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

<style>
 span { border-color: #5110c3; }

 span { border-color: rgb(81,16,195); }

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