#792AC6

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

Shades of Purple Heart #792AC6

Tints of Purple Heart #792AC6

Color information

#792AC6 (or 0x792AC6) is unknown color: approx Purple Heart. HEX triplet: 79, 2A and C6. RGB value is (121,42,198). Sum of RGB (Red+Green+Blue) = 121+42+198=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #792AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792AC6 is #86D539. Grayscale: #525252. Windows color (decimal): -8836410 or 12987001. OLE color: 12987001.

HSL color Cylindrical-coordinate representation of color #792AC6: hue angle of 270.38º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792AC6 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12142198-
CMYK0.390.7900.22
HSL270.38º65%47.06%-
HSV(B)270.38º78.79%77.65%-
XYZ18.919.854.32-
YUV83.4192.67154.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 198 (77.73% from 255) = 54.85%
R=33.52%
G=11.63%
B=54.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121421980.390.7900.22270.386547.06
Hex792AC6274F01610e412f
Octal171523064711702641610157
Binary11110011010101100011010011110011110101101000011101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,42,198); }

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

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

 a { background-color: rgb(121,42,198); }

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

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

 span { border-color: rgb(121,42,198); }

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