#7E24C6

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

Shades of Purple Heart #7E24C6

Tints of Purple Heart #7E24C6

Color information

#7E24C6 (or 0x7E24C6) is unknown color: approx Purple Heart. HEX triplet: 7E, 24 and C6. RGB value is (126,36,198). Sum of RGB (Red+Green+Blue) = 126+36+198=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #7E24C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E24C6 is #81DB39. Grayscale: #505050. Windows color (decimal): -8510266 or 12985470. OLE color: 12985470.

HSL color Cylindrical-coordinate representation of color #7E24C6: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E24C6 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12636198-
CMYK0.360.8200.22
HSL273.33º69.23%45.88%-
HSV(B)273.33º81.82%77.65%-
XYZ19.439.7754.29-
YUV81.38193.82159.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35%
GREEN value IS 36 (14.45% from 255) = 10%
BLUE value IS 198 (77.73% from 255) = 55%
R=35%
G=10%
B=55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal126361980.360.8200.22273.3369.2345.88
Hex7E24C62452016111452e
Octal176443064412202642110556
Binary11111101001001100011010010010100100101101000100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E24C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E24C6; }

 p { color: rgb(126,36,198); }

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

<style>
 a { background-color: #7E24C6; }

 a { background-color: rgb(126,36,198); }

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

<style>
 span { border-color: #7E24C6; }

 span { border-color: rgb(126,36,198); }

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