#7E3ACA

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

Shades of Purple Heart #7E3ACA

Tints of Purple Heart #7E3ACA

Color information

#7E3ACA (or 0x7E3ACA) is unknown color: approx Purple Heart. HEX triplet: 7E, 3A and CA. RGB value is (126,58,202). Sum of RGB (Red+Green+Blue) = 126+58+202=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E3ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ACA is #81C535. Grayscale: #5E5E5E. Windows color (decimal): -8504630 or 13253246. OLE color: 13253246.

HSL color Cylindrical-coordinate representation of color #7E3ACA: hue angle of 268.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3ACA is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12658202-
CMYK0.380.7100.21
HSL268.33º57.6%50.98%-
HSV(B)268.33º71.29%79.22%-
XYZ20.7811.7357.05-
YUV94.75188.53150.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.64%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=32.64%
G=15.03%
B=52.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126582020.380.7100.21268.3357.650.98
Hex7E3ACA264701510c3a33
Octal17672312461070254147263
Binary1111110111010110010101001101000111010101100001100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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