#753DC1

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

Shades of Purple Heart #753DC1

Tints of Purple Heart #753DC1

Color information

#753DC1 (or 0x753DC1) is unknown color: approx Purple Heart. HEX triplet: 75, 3D and C1. RGB value is (117,61,193). Sum of RGB (Red+Green+Blue) = 117+61+193=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #753DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DC1 is #8AC23E. Grayscale: #5C5C5C. Windows color (decimal): -9093695 or 12664181. OLE color: 12664181.

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

Color convert

RGB11761193-
CMYK0.390.6800.24
HSL265.45º51.97%49.8%-
HSV(B)265.45º68.39%75.69%-
XYZ18.6310.9751.59-
YUV92.79184.55145.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=31.54%
G=16.44%
B=52.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117611930.390.6800.24265.4551.9749.8
Hex753DC127440181093432
Octal16575301471040304116462
Binary1110101111101110000011001111000100011000100001001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,193); }

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

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

 a { background-color: rgb(117,61,193); }

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

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

 span { border-color: rgb(117,61,193); }

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