#7a3ec2

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

Shades of Purple Heart #7A3EC2

Tints of Purple Heart #7A3EC2

Color information

#7A3EC2 (or 0x7A3EC2) is unknown color: approx Purple Heart. HEX triplet: 7A, 3E and C2. RGB value is (122,62,194). Sum of RGB (Red+Green+Blue) = 122+62+194=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A3EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3EC2 is #85C13D. Grayscale: #5E5E5E. Windows color (decimal): -8765758 or 12729978. OLE color: 12729978.

HSL color Cylindrical-coordinate representation of color #7A3EC2: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A3EC2 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12262194-
CMYK0.370.6800.24
HSL267.27º51.97%50.2%-
HSV(B)267.27º68.04%76.08%-
XYZ19.4911.4852.23-
YUV94.99183.88147.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 194 (76.17% from 255) = 51.32%
R=32.28%
G=16.40%
B=51.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122621940.370.6800.24267.2751.9750.2
Hex7A3EC2254401810b3432
Octal17276302451040304136462
Binary1111010111110110000101001011000100011000100001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3ec2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,194); }

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

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

 a { background-color: rgb(122,62,194); }

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

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

 span { border-color: rgb(122,62,194); }

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