#7A3AC1

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

Shades of Purple Heart #7A3AC1

Tints of Purple Heart #7A3AC1

Color information

#7A3AC1 (or 0x7A3AC1) is unknown color: approx Purple Heart. HEX triplet: 7A, 3A and C1. RGB value is (122,58,193). Sum of RGB (Red+Green+Blue) = 122+58+193=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A3AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3AC1 is #85C53E. Grayscale: #5C5C5C. Windows color (decimal): -8766783 or 12663418. OLE color: 12663418.

HSL color Cylindrical-coordinate representation of color #7A3AC1: hue angle of 268.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3AC1 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12258193-
CMYK0.370.7000.24
HSL268.44º53.78%49.22%-
HSV(B)268.44º69.95%75.69%-
XYZ19.1611.0151.57-
YUV92.53184.7149.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=32.71%
G=15.55%
B=51.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122581930.370.7000.24268.4453.7849.22
Hex7A3AC1254601810c3631
Octal17272301451060304146661
Binary1111010111010110000011001011000110011000100001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,193); }

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

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

 a { background-color: rgb(122,58,193); }

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

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

 span { border-color: rgb(122,58,193); }

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