#753FD7

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

Shades of Purple Heart #753FD7

Tints of Purple Heart #753FD7

Color information

#753FD7 (or 0x753FD7) is unknown color: approx Purple Heart. HEX triplet: 75, 3F and D7. RGB value is (117,63,215). Sum of RGB (Red+Green+Blue) = 117+63+215=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #753FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FD7 is #8AC028. Grayscale: #5F5F5F. Windows color (decimal): -9093161 or 14106485. OLE color: 14106485.

HSL color Cylindrical-coordinate representation of color #753FD7: hue angle of 261.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753FD7 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11763215-
CMYK0.460.7100.16
HSL261.32º65.52%54.51%-
HSV(B)261.32º70.7%84.31%-
XYZ21.3812.2465.53-
YUV96.47194.89142.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 215 (84.38% from 255) = 54.43%
R=29.62%
G=15.95%
B=54.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117632150.460.7100.16261.3265.5254.51
Hex753FD72E470101054237
Octal165773275610702040510267
Binary11101011111111101011110111010001110100001000001011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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