#5117CD

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

Shades of Purple Heart #5117CD

Tints of Purple Heart #5117CD

Color information

#5117CD (or 0x5117CD) is unknown color: approx Purple Heart. HEX triplet: 51, 17 and CD. RGB value is (81,23,205). Sum of RGB (Red+Green+Blue) = 81+23+205=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #5117CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5117CD is #AEE832. Grayscale: #3C3C3C. Windows color (decimal): -11462707 or 13440849. OLE color: 13440849.

HSL color Cylindrical-coordinate representation of color #5117CD: hue angle of 259.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5117CD is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8123205-
CMYK0.600.8900.20
HSL259.12º79.82%44.71%-
HSV(B)259.12º88.78%80.39%-
XYZ14.726.7758.29-
YUV61.09209.22142.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 23 (9.38% from 255) = 7.44%
BLUE value IS 205 (80.47% from 255) = 66.34%
R=26.21%
G=7.44%
B=66.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81232050.600.8900.20259.1279.8244.71
Hex5117CD3C59014103502d
Octal121273157413102440312055
Binary1010001101111100110111110010110010101001000000111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5117CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5117CD; }

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

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

<style>
 a { background-color: #5117CD; }

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

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

<style>
 span { border-color: #5117CD; }

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

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