#7A2AC7

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

Shades of Purple Heart #7A2AC7

Tints of Purple Heart #7A2AC7

Color information

#7A2AC7 (or 0x7A2AC7) is unknown color: approx Purple Heart. HEX triplet: 7A, 2A and C7. RGB value is (122,42,199). Sum of RGB (Red+Green+Blue) = 122+42+199=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A2AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2AC7 is #85D538. Grayscale: #535353. Windows color (decimal): -8770873 or 13052538. OLE color: 13052538.

HSL color Cylindrical-coordinate representation of color #7A2AC7: hue angle of 270.57º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A2AC7 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12242199-
CMYK0.390.7900.22
HSL270.57º65.15%47.25%-
HSV(B)270.57º78.89%78.04%-
XYZ19.169.9254.94-
YUV83.82193155.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.61%
GREEN value IS 42 (16.80% from 255) = 11.57%
BLUE value IS 199 (78.12% from 255) = 54.82%
R=33.61%
G=11.57%
B=54.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122421990.390.7900.22270.5765.1547.25
Hex7A2AC7274F01610f412f
Octal172523074711702641710157
Binary11110101010101100011110011110011110101101000011111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,42,199); }

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

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

 a { background-color: rgb(122,42,199); }

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

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

 span { border-color: rgb(122,42,199); }

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