#7A2BBE

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

Shades of Purple Heart #7A2BBE

Tints of Purple Heart #7A2BBE

Color information

#7A2BBE (or 0x7A2BBE) is unknown color: approx Purple Heart. HEX triplet: 7A, 2B and BE. RGB value is (122,43,190). Sum of RGB (Red+Green+Blue) = 122+43+190=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2BBE is #85D441. Grayscale: #525252. Windows color (decimal): -8770626 or 12462970. OLE color: 12462970.

HSL color Cylindrical-coordinate representation of color #7A2BBE: hue angle of 272.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2BBE is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12243190-
CMYK0.360.7700.25
HSL272.24º63.09%45.69%-
HSV(B)272.24º77.37%74.51%-
XYZ18.189.5849.61-
YUV83.38188.17155.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=34.37%
G=12.11%
B=53.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122431900.360.7700.25272.2463.0945.69
Hex7A2BBE244D0191103f2e
Octal17253276441150314207756
Binary1111010101011101111101001001001101011001100010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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