#7A3BC2

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

Shades of Purple Heart #7A3BC2

Tints of Purple Heart #7A3BC2

Color information

#7A3BC2 (or 0x7A3BC2) is unknown color: approx Purple Heart. HEX triplet: 7A, 3B and C2. RGB value is (122,59,194). Sum of RGB (Red+Green+Blue) = 122+59+194=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A3BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3BC2 is #85C43D. Grayscale: #5C5C5C. Windows color (decimal): -8766526 or 12729210. OLE color: 12729210.

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

Color convert

RGB12259194-
CMYK0.370.7000.24
HSL268º53.36%49.61%-
HSV(B)268º69.59%76.08%-
XYZ19.3311.1652.17-
YUV93.23184.87148.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.53%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 194 (76.17% from 255) = 51.73%
R=32.53%
G=15.73%
B=51.73%

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
Decimal122591940.370.7000.2426853.3649.61
Hex7A3BC2254601810c3532
Octal17273302451060304146562
Binary1111010111011110000101001011000110011000100001100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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