#7240C9

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

Shades of Purple Heart #7240C9

Tints of Purple Heart #7240C9

Color information

#7240C9 (or 0x7240C9) is unknown color: approx Purple Heart. HEX triplet: 72, 40 and C9. RGB value is (114,64,201). Sum of RGB (Red+Green+Blue) = 114+64+201=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #7240C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240C9 is #8DBF36. Grayscale: #5E5E5E. Windows color (decimal): -9289527 or 13189234. OLE color: 13189234.

HSL color Cylindrical-coordinate representation of color #7240C9: hue angle of 261.9º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7240C9 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11464201-
CMYK0.430.6800.21
HSL261.9º55.92%51.96%-
HSV(B)261.9º68.16%78.82%-
XYZ19.3211.4656.45-
YUV94.57188.06141.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 201 (78.91% from 255) = 53.03%
R=30.08%
G=16.89%
B=53.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114642010.430.6800.21261.955.9251.96
Hex7240C92B440151063834
Octal162100311531040254067064
Binary11100101000000110010011010111000100010101100000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7240C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7240C9; }

 p { color: rgb(114,64,201); }

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

<style>
 a { background-color: #7240C9; }

 a { background-color: rgb(114,64,201); }

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

<style>
 span { border-color: #7240C9; }

 span { border-color: rgb(114,64,201); }

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