#7242C9

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

Shades of Purple Heart #7242C9

Tints of Purple Heart #7242C9

Color information

#7242C9 (or 0x7242C9) is unknown color: approx Purple Heart. HEX triplet: 72, 42 and C9. RGB value is (114,66,201). Sum of RGB (Red+Green+Blue) = 114+66+201=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #7242C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7242C9 is #8DBD36. Grayscale: #5F5F5F. Windows color (decimal): -9289015 or 13189746. OLE color: 13189746.

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

Color convert

RGB11466201-
CMYK0.430.6700.21
HSL261.33º55.56%52.35%-
HSV(B)261.33º67.16%78.82%-
XYZ19.4311.6956.49-
YUV95.74187.4141.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=29.92%
G=17.32%
B=52.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114662010.430.6700.21261.3355.5652.35
Hex7242C92B430151053834
Octal162102311531030254057064
Binary11100101000010110010011010111000011010101100000101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7242C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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