#7F3EC1

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

Shades of Purple Heart #7F3EC1

Tints of Purple Heart #7F3EC1

Color information

#7F3EC1 (or 0x7F3EC1) is unknown color: approx Purple Heart. HEX triplet: 7F, 3E and C1. RGB value is (127,62,193). Sum of RGB (Red+Green+Blue) = 127+62+193=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F3EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3EC1 is #80C13E. Grayscale: #5F5F5F. Windows color (decimal): -8438079 or 12664447. OLE color: 12664447.

HSL color Cylindrical-coordinate representation of color #7F3EC1: hue angle of 269.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3EC1 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12762193-
CMYK0.340.6800.24
HSL269.77º51.37%50%-
HSV(B)269.77º67.88%75.69%-
XYZ20.111.8151.67-
YUV96.37182.53149.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=33.25%
G=16.23%
B=50.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127621930.340.6800.24269.7751.3750
Hex7F3EC1224401810e3332
Octal17776301421040304166362
Binary1111111111110110000011000101000100011000100001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,193); }

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

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

 a { background-color: rgb(127,62,193); }

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

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

 span { border-color: rgb(127,62,193); }

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