#753DC3

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

Shades of Purple Heart #753DC3

Tints of Purple Heart #753DC3

Color information

#753DC3 (or 0x753DC3) is unknown color: approx Purple Heart. HEX triplet: 75, 3D and C3. RGB value is (117,61,195). Sum of RGB (Red+Green+Blue) = 117+61+195=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #753DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DC3 is #8AC23C. Grayscale: #5C5C5C. Windows color (decimal): -9093693 or 12795253. OLE color: 12795253.

HSL color Cylindrical-coordinate representation of color #753DC3: hue angle of 265.07º 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 #753DC3 is Cyan = 0.4, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11761195-
CMYK0.40.6900.24
HSL265.07º52.76%50.2%-
HSV(B)265.07º68.72%76.47%-
XYZ18.8611.0652.77-
YUV93.02185.55145.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 195 (76.56% from 255) = 52.28%
R=31.37%
G=16.35%
B=52.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117611950.40.6900.24265.0752.7650.2
Hex753DC328450181093532
Octal16575303501050304116562
Binary1110101111101110000111010001000101011000100001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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