#7A19C9

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

Shades of Purple Heart #7A19C9

Tints of Purple Heart #7A19C9

Color information

#7A19C9 (or 0x7A19C9) is unknown color: approx Purple Heart. HEX triplet: 7A, 19 and C9. RGB value is (122,25,201). Sum of RGB (Red+Green+Blue) = 122+25+201=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A19C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A19C9 is #85E636. Grayscale: #494949. Windows color (decimal): -8775223 or 13179258. OLE color: 13179258.

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

Color convert

RGB12225201-
CMYK0.390.8800.21
HSL273.07º77.88%44.31%-
HSV(B)273.07º87.56%78.82%-
XYZ18.929.0556.01-
YUV74.07199.64162.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 25 (10.16% from 255) = 7.18%
BLUE value IS 201 (78.91% from 255) = 57.76%
R=35.06%
G=7.18%
B=57.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122252010.390.8800.21273.0777.8844.31
Hex7A19C927580151114e2c
Octal172313114713002542111654
Binary1111010110011100100110011110110000101011000100011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A19C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,25,201); }

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

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

 a { background-color: rgb(122,25,201); }

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

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

 span { border-color: rgb(122,25,201); }

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