#7E2FC0

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

Shades of Purple Heart #7E2FC0

Tints of Purple Heart #7E2FC0

Color information

#7E2FC0 (or 0x7E2FC0) is unknown color: approx Purple Heart. HEX triplet: 7E, 2F and C0. RGB value is (126,47,192). Sum of RGB (Red+Green+Blue) = 126+47+192=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E2FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FC0 is #81D03F. Grayscale: #565656. Windows color (decimal): -8507456 or 12595070. OLE color: 12595070.

HSL color Cylindrical-coordinate representation of color #7E2FC0: hue angle of 272.69º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E2FC0 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12647192-
CMYK0.340.7600.25
HSL272.69º60.67%46.86%-
HSV(B)272.69º75.52%75.29%-
XYZ19.1410.2750.84-
YUV87.15187.17155.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 47 (18.75% from 255) = 12.88%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=34.52%
G=12.88%
B=52.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126471920.340.7600.25272.6960.6746.86
Hex7E2FC0224C0191113d2f
Octal17657300421140314217557
Binary1111110101111110000001000101001100011001100010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,47,192); }

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

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

 a { background-color: rgb(126,47,192); }

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

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

 span { border-color: rgb(126,47,192); }

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