#7A2FB7

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

Shades of Purple Heart #7A2FB7

Tints of Purple Heart #7A2FB7

Color information

#7A2FB7 (or 0x7A2FB7) is unknown color: approx Purple Heart. HEX triplet: 7A, 2F and B7. RGB value is (122,47,183). Sum of RGB (Red+Green+Blue) = 122+47+183=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A2FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2FB7 is #85D048. Grayscale: #545454. Windows color (decimal): -8769609 or 12005242. OLE color: 12005242.

HSL color Cylindrical-coordinate representation of color #7A2FB7: hue angle of 273.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2FB7 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12247183-
CMYK0.330.7400.28
HSL273.09º59.13%45.1%-
HSV(B)273.09º74.32%71.76%-
XYZ17.599.5945.72-
YUV84.93183.35154.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.66%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=34.66%
G=13.35%
B=51.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal122471830.330.7400.28273.0959.1345.1
Hex7A2FB7214A01C1113b2d
Octal17257267411120344217355
Binary1111010101111101101111000011001010011100100010001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,47,183); }

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

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

 a { background-color: rgb(122,47,183); }

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

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

 span { border-color: rgb(122,47,183); }

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