#7E34BE

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

Shades of Purple Heart #7E34BE

Tints of Purple Heart #7E34BE

Color information

#7E34BE (or 0x7E34BE) is unknown color: approx Purple Heart. HEX triplet: 7E, 34 and BE. RGB value is (126,52,190). Sum of RGB (Red+Green+Blue) = 126+52+190=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E34BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E34BE is #81CB41. Grayscale: #595959. Windows color (decimal): -8506178 or 12465278. OLE color: 12465278.

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

Color convert

RGB12652190-
CMYK0.340.7300.25
HSL272.17º57.02%47.45%-
HSV(B)272.17º72.63%74.51%-
XYZ19.1310.6149.75-
YUV89.86184.52153.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=34.24%
G=14.13%
B=51.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126521900.340.7300.25272.1757.0247.45
Hex7E34BE2249019110392f
Octal17664276421110314207157
Binary1111110110100101111101000101001001011001100010000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E34BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,52,190); }

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

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

 a { background-color: rgb(126,52,190); }

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

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

 span { border-color: rgb(126,52,190); }

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