#753DC7

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

Shades of Purple Heart #753DC7

Tints of Purple Heart #753DC7

Color information

#753DC7 (or 0x753DC7) is unknown color: approx Purple Heart. HEX triplet: 75, 3D and C7. RGB value is (117,61,199). Sum of RGB (Red+Green+Blue) = 117+61+199=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #753DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DC7 is #8AC238. Grayscale: #5C5C5C. Windows color (decimal): -9093689 or 13057397. OLE color: 13057397.

HSL color Cylindrical-coordinate representation of color #753DC7: hue angle of 264.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753DC7 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11761199-
CMYK0.410.6900.22
HSL264.35º55.2%50.98%-
HSV(B)264.35º69.35%78.04%-
XYZ19.3111.2455.18-
YUV93.48187.55144.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 199 (78.12% from 255) = 52.79%
R=31.03%
G=16.18%
B=52.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117611990.410.6900.22264.3555.250.98
Hex753DC729450161083733
Octal16575307511050264106763
Binary1110101111101110001111010011000101010110100001000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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