#7440C5

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

Shades of Purple Heart #7440C5

Tints of Purple Heart #7440C5

Color information

#7440C5 (or 0x7440C5) is unknown color: approx Purple Heart. HEX triplet: 74, 40 and C5. RGB value is (116,64,197). Sum of RGB (Red+Green+Blue) = 116+64+197=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #7440C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440C5 is #8BBF3A. Grayscale: #5E5E5E. Windows color (decimal): -9158459 or 12927092. OLE color: 12927092.

HSL color Cylindrical-coordinate representation of color #7440C5: hue angle of 263.46º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7440C5 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11664197-
CMYK0.410.6800.23
HSL263.46º53.41%51.18%-
HSV(B)263.46º67.51%77.25%-
XYZ19.1111.4154.02-
YUV94.71185.73143.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 197 (77.34% from 255) = 52.25%
R=30.77%
G=16.98%
B=52.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116641970.410.6800.23263.4653.4151.18
Hex7440C529440171073533
Octal164100305511040274076563
Binary11101001000000110001011010011000100010111100000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7440C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7440C5; }

 p { color: rgb(116,64,197); }

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

<style>
 a { background-color: #7440C5; }

 a { background-color: rgb(116,64,197); }

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

<style>
 span { border-color: #7440C5; }

 span { border-color: rgb(116,64,197); }

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