#753FD1

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

Shades of Purple Heart #753FD1

Tints of Purple Heart #753FD1

Color information

#753FD1 (or 0x753FD1) is unknown color: approx Purple Heart. HEX triplet: 75, 3F and D1. RGB value is (117,63,209). Sum of RGB (Red+Green+Blue) = 117+63+209=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #753FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FD1 is #8AC02E. Grayscale: #5F5F5F. Windows color (decimal): -9093167 or 13713269. OLE color: 13713269.

HSL color Cylindrical-coordinate representation of color #753FD1: hue angle of 262.19º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753FD1 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11763209-
CMYK0.440.7000.18
HSL262.19º61.34%53.33%-
HSV(B)262.19º69.86%81.96%-
XYZ20.6211.9461.54-
YUV95.79191.89143.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 209 (82.03% from 255) = 53.73%
R=30.08%
G=16.20%
B=53.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117632090.440.7000.18262.1961.3453.33
Hex753FD12C460121063d35
Octal16577321541060224067565
Binary1110101111111110100011011001000110010010100000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753FD1; }

 p { color: rgb(117,63,209); }

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

<style>
 a { background-color: #753FD1; }

 a { background-color: rgb(117,63,209); }

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

<style>
 span { border-color: #753FD1; }

 span { border-color: rgb(117,63,209); }

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