#753CC2

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

Shades of Purple Heart #753CC2

Tints of Purple Heart #753CC2

Color information

#753CC2 (or 0x753CC2) is unknown color: approx Purple Heart. HEX triplet: 75, 3C and C2. RGB value is (117,60,194). Sum of RGB (Red+Green+Blue) = 117+60+194=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #753CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CC2 is #8AC33D. Grayscale: #5B5B5B. Windows color (decimal): -9093950 or 12729461. OLE color: 12729461.

HSL color Cylindrical-coordinate representation of color #753CC2: hue angle of 265.52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753CC2 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11760194-
CMYK0.400.6900.24
HSL265.52º52.76%49.8%-
HSV(B)265.52º69.07%76.08%-
XYZ18.6910.9152.16-
YUV92.32185.38145.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 194 (76.17% from 255) = 52.29%
R=31.54%
G=16.17%
B=52.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117601940.400.6900.24265.5252.7649.8
Hex753CC2284501810a3532
Octal16574302501050304126562
Binary1110101111100110000101010001000101011000100001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,194); }

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

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

 a { background-color: rgb(117,60,194); }

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

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

 span { border-color: rgb(117,60,194); }

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