#7242CA

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

Shades of Purple Heart #7242CA

Tints of Purple Heart #7242CA

Color information

#7242CA (or 0x7242CA) is unknown color: approx Purple Heart. HEX triplet: 72, 42 and CA. RGB value is (114,66,202). Sum of RGB (Red+Green+Blue) = 114+66+202=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #7242CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7242CA is #8DBD35. Grayscale: #5F5F5F. Windows color (decimal): -9289014 or 13255282. OLE color: 13255282.

HSL color Cylindrical-coordinate representation of color #7242CA: hue angle of 261.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7242CA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11466202-
CMYK0.440.6700.21
HSL261.18º56.2%52.55%-
HSV(B)261.18º67.33%79.22%-
XYZ19.5511.7457.11-
YUV95.86187.9140.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=29.84%
G=17.28%
B=52.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114662020.440.6700.21261.1856.252.55
Hex7242CA2C430151053835
Octal162102312541030254057065
Binary11100101000010110010101011001000011010101100000101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7242CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7242CA; }

 p { color: rgb(114,66,202); }

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

<style>
 a { background-color: #7242CA; }

 a { background-color: rgb(114,66,202); }

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

<style>
 span { border-color: #7242CA; }

 span { border-color: rgb(114,66,202); }

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