#7E3BBE

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

Shades of Purple Heart #7E3BBE

Tints of Purple Heart #7E3BBE

Color information

#7E3BBE (or 0x7E3BBE) is unknown color: approx Purple Heart. HEX triplet: 7E, 3B and BE. RGB value is (126,59,190). Sum of RGB (Red+Green+Blue) = 126+59+190=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E3BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3BBE is #81C441. Grayscale: #5D5D5D. Windows color (decimal): -8504386 or 12467070. OLE color: 12467070.

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

Color convert

RGB12659190-
CMYK0.340.6900.25
HSL270.69º52.61%48.82%-
HSV(B)270.69º68.95%74.51%-
XYZ19.4611.2849.87-
YUV93.97182.2150.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.6%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=33.6%
G=15.73%
B=50.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126591900.340.6900.25270.6952.6148.82
Hex7E3BBE224501910f3531
Octal17673276421050314176561
Binary1111110111011101111101000101000101011001100001111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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