#7A14BE

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

Shades of Purple Heart #7A14BE

Tints of Purple Heart #7A14BE

Color information

#7A14BE (or 0x7A14BE) is unknown color: approx Purple Heart. HEX triplet: 7A, 14 and BE. RGB value is (122,20,190). Sum of RGB (Red+Green+Blue) = 122+20+190=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14BE is #85EB41. Grayscale: #454545. Windows color (decimal): -8776514 or 12457082. OLE color: 12457082.

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

Color convert

RGB12220190-
CMYK0.360.8900.25
HSL276º80.95%41.18%-
HSV(B)276º89.47%74.51%-
XYZ17.578.3649.4-
YUV69.88195.79165.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=36.75%
G=6.02%
B=57.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122201900.360.8900.2527680.9541.18
Hex7A14BE24590191145129
Octal172242764413103142412151
Binary1111010101001011111010010010110010110011000101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A14BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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