#753FCA

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

Shades of Purple Heart #753FCA

Tints of Purple Heart #753FCA

Color information

#753FCA (or 0x753FCA) is unknown color: approx Purple Heart. HEX triplet: 75, 3F and CA. RGB value is (117,63,202). Sum of RGB (Red+Green+Blue) = 117+63+202=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #753FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FCA is #8AC035. Grayscale: #5E5E5E. Windows color (decimal): -9093174 or 13254517. OLE color: 13254517.

HSL color Cylindrical-coordinate representation of color #753FCA: hue angle of 263.31º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753FCA is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11763202-
CMYK0.420.6900.21
HSL263.31º56.73%51.96%-
HSV(B)263.31º68.81%79.22%-
XYZ19.7711.657.07-
YUV94.99188.39143.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=30.63%
G=16.49%
B=52.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117632020.420.6900.21263.3156.7351.96
Hex753FCA2A450151073934
Octal16577312521050254077164
Binary1110101111111110010101010101000101010101100000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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