#4718D1

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

Shades of Purple Heart #4718D1

Tints of Purple Heart #4718D1

Color information

#4718D1 (or 0x4718D1) is unknown color: approx Purple Heart. HEX triplet: 47, 18 and D1. RGB value is (71,24,209). Sum of RGB (Red+Green+Blue) = 71+24+209=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #4718D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4718D1 is #B8E72E. Grayscale: #3A3A3A. Windows color (decimal): -12117807 or 13703239. OLE color: 13703239.

HSL color Cylindrical-coordinate representation of color #4718D1: hue angle of 255.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4718D1 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7124209-
CMYK0.660.8900.18
HSL255.24º79.4%45.69%-
HSV(B)255.24º88.52%81.96%-
XYZ14.436.660.83-
YUV59.14212.57136.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 209 (82.03% from 255) = 68.75%
R=23.36%
G=7.89%
B=68.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71242090.660.8900.18255.2479.445.69
Hex4718D14259012ff4f2e
Octal1073032110213102237711756
Binary1000111110001101000110000101011001010010111111111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4718D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4718D1; }

 p { color: rgb(71,24,209); }

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

<style>
 a { background-color: #4718D1; }

 a { background-color: rgb(71,24,209); }

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

<style>
 span { border-color: #4718D1; }

 span { border-color: rgb(71,24,209); }

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