#7F2EB6

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

Shades of Purple Heart #7F2EB6

Tints of Purple Heart #7F2EB6

Color information

#7F2EB6 (or 0x7F2EB6) is unknown color: approx Purple Heart. HEX triplet: 7F, 2E and B6. RGB value is (127,46,182). Sum of RGB (Red+Green+Blue) = 127+46+182=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F2EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2EB6 is #80D149. Grayscale: #555555. Windows color (decimal): -8442186 or 11939455. OLE color: 11939455.

HSL color Cylindrical-coordinate representation of color #7F2EB6: hue angle of 275.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2EB6 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12746182-
CMYK0.300.7500.29
HSL275.74º59.65%44.71%-
HSV(B)275.74º74.73%71.37%-
XYZ18.179.8445.2-
YUV85.72182.34157.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.77%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 182 (71.48% from 255) = 51.27%
R=35.77%
G=12.96%
B=51.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127461820.300.7500.29275.7459.6544.71
Hex7F2EB61E4B01D1143c2d
Octal17756266361130354247455
Binary111111110111010110110111101001011011101100010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,182); }

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

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

 a { background-color: rgb(127,46,182); }

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

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

 span { border-color: rgb(127,46,182); }

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