#7A2EC3

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

Shades of Purple Heart #7A2EC3

Tints of Purple Heart #7A2EC3

Color information

#7A2EC3 (or 0x7A2EC3) is unknown color: approx Purple Heart. HEX triplet: 7A, 2E and C3. RGB value is (122,46,195). Sum of RGB (Red+Green+Blue) = 122+46+195=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A2EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2EC3 is #85D13C. Grayscale: #555555. Windows color (decimal): -8769853 or 12791418. OLE color: 12791418.

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

Color convert

RGB12246195-
CMYK0.370.7600.24
HSL270.6º61.83%47.25%-
HSV(B)270.6º76.41%76.47%-
XYZ18.8510.0352.57-
YUV85.71189.68153.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.61%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 195 (76.56% from 255) = 53.72%
R=33.61%
G=12.67%
B=53.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122461950.370.7600.24270.661.8347.25
Hex7A2EC3254C01810f3e2f
Octal17256303451140304177657
Binary1111010101110110000111001011001100011000100001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,46,195); }

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

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

 a { background-color: rgb(122,46,195); }

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

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

 span { border-color: rgb(122,46,195); }

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