#753ED4

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

Shades of Purple Heart #753ED4

Tints of Purple Heart #753ED4

Color information

#753ED4 (or 0x753ED4) is unknown color: approx Purple Heart. HEX triplet: 75, 3E and D4. RGB value is (117,62,212). Sum of RGB (Red+Green+Blue) = 117+62+212=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 212 (83.20% from 255 or 54.22% from 391); Max value from RGB is 212 - color contains mainly: blue. Hex color #753ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ED4 is #8AC12B. Grayscale: #5F5F5F. Windows color (decimal): -9093420 or 13909621. OLE color: 13909621.

HSL color Cylindrical-coordinate representation of color #753ED4: hue angle of 262º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753ED4 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11762212-
CMYK0.450.7100.17
HSL262º63.56%53.73%-
HSV(B)262º70.75%83.14%-
XYZ20.9411.9863.5-
YUV95.54193.72143.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 212 (83.20% from 255) = 54.22%
R=29.92%
G=15.86%
B=54.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117622120.450.7100.1726263.5653.73
Hex753ED42D470111064036
Octal165763245510702140610066
Binary11101011111101101010010110110001110100011000001101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,212); }

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

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

 a { background-color: rgb(117,62,212); }

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

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

 span { border-color: rgb(117,62,212); }

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