#7A2BB9

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

Shades of Purple Heart #7A2BB9

Tints of Purple Heart #7A2BB9

Color information

#7A2BB9 (or 0x7A2BB9) is unknown color: approx Purple Heart. HEX triplet: 7A, 2B and B9. RGB value is (122,43,185). Sum of RGB (Red+Green+Blue) = 122+43+185=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A2BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2BB9 is #85D446. Grayscale: #525252. Windows color (decimal): -8770631 or 12135290. OLE color: 12135290.

HSL color Cylindrical-coordinate representation of color #7A2BB9: hue angle of 273.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2BB9 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12243185-
CMYK0.340.7700.27
HSL273.38º62.28%44.71%-
HSV(B)273.38º76.76%72.55%-
XYZ17.659.3746.78-
YUV82.81185.67155.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 43 (17.19% from 255) = 12.29%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=34.86%
G=12.29%
B=52.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122431850.340.7700.27273.3862.2844.71
Hex7A2BB9224D01B1113e2d
Octal17253271421150334217655
Binary1111010101011101110011000101001101011011100010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,43,185); }

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

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

 a { background-color: rgb(122,43,185); }

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

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

 span { border-color: rgb(122,43,185); }

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