#792FB6

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

Shades of Purple Heart #792FB6

Tints of Purple Heart #792FB6

Color information

#792FB6 (or 0x792FB6) is unknown color: approx Purple Heart. HEX triplet: 79, 2F and B6. RGB value is (121,47,182). Sum of RGB (Red+Green+Blue) = 121+47+182=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #792FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792FB6 is #86D049. Grayscale: #545454. Windows color (decimal): -8835146 or 11939705. OLE color: 11939705.

HSL color Cylindrical-coordinate representation of color #792FB6: hue angle of 272.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792FB6 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12147182-
CMYK0.340.7400.29
HSL272.89º58.95%44.9%-
HSV(B)272.89º74.18%71.37%-
XYZ17.359.4845.17-
YUV84.52183.02154.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 47 (18.75% from 255) = 13.43%
BLUE value IS 182 (71.48% from 255) = 52%
R=34.57%
G=13.43%
B=52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121471820.340.7400.29272.8958.9544.9
Hex792FB6224A01D1113b2d
Octal17157266421120354217355
Binary1111001101111101101101000101001010011101100010001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792FB6; }

 p { color: rgb(121,47,182); }

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

<style>
 a { background-color: #792FB6; }

 a { background-color: rgb(121,47,182); }

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

<style>
 span { border-color: #792FB6; }

 span { border-color: rgb(121,47,182); }

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