#792CAC

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

Shades of Royal Purple #792CAC

Tints of Royal Purple #792CAC

Color information

#792CAC (or 0x792CAC) is unknown color: approx Royal Purple. HEX triplet: 79, 2C and AC. RGB value is (121,44,172). Sum of RGB (Red+Green+Blue) = 121+44+172=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #792CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CAC is #86D353. Grayscale: #515151. Windows color (decimal): -8835924 or 11283577. OLE color: 11283577.

HSL color Cylindrical-coordinate representation of color #792CAC: hue angle of 276.09º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792CAC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12144172-
CMYK0.300.7400.33
HSL276.09º59.26%42.35%-
HSV(B)276.09º74.42%67.45%-
XYZ16.238.8439.88-
YUV81.62179.01156.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=35.91%
G=13.06%
B=51.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121441720.300.7400.33276.0959.2642.35
Hex792CAC1E4A0211143b2a
Octal17154254361120414247352
Binary1111001101100101011001111010010100100001100010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,44,172); }

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

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

 a { background-color: rgb(121,44,172); }

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

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

 span { border-color: rgb(121,44,172); }

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