#7E3ABB

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

Shades of Purple Heart #7E3ABB

Tints of Purple Heart #7E3ABB

Color information

#7E3ABB (or 0x7E3ABB) is unknown color: approx Purple Heart. HEX triplet: 7E, 3A and BB. RGB value is (126,58,187). Sum of RGB (Red+Green+Blue) = 126+58+187=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E3ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ABB is #81C544. Grayscale: #5C5C5C. Windows color (decimal): -8504645 or 12270206. OLE color: 12270206.

HSL color Cylindrical-coordinate representation of color #7E3ABB: hue angle of 271.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3ABB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12658187-
CMYK0.330.6900.27
HSL271.63º52.65%48.04%-
HSV(B)271.63º68.98%73.33%-
XYZ19.0911.0548.14-
YUV93.04181.03151.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=33.96%
G=15.63%
B=50.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126581870.330.6900.27271.6352.6548.04
Hex7E3ABB214501B1103530
Octal17672273411050334206560
Binary1111110111010101110111000011000101011011100010000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,58,187); }

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

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

 a { background-color: rgb(126,58,187); }

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

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

 span { border-color: rgb(126,58,187); }

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