#792B8A

Color #792B8A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #792B8A

Tints of Vivid Violet #792B8A

Color information

#792B8A (or 0x792B8A) is unknown color: approx Vivid Violet. HEX triplet: 79, 2B and 8A. RGB value is (121,43,138). Sum of RGB (Red+Green+Blue) = 121+43+138=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #792B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792B8A is #86D475. Grayscale: #4C4C4C. Windows color (decimal): -8836214 or 9055097. OLE color: 9055097.

HSL color Cylindrical-coordinate representation of color #792B8A: hue angle of 289.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #792B8A is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12143138-
CMYK0.120.6900.46
HSL289.26º52.49%35.49%-
HSV(B)289.26º68.84%54.12%-
XYZ13.347.6324.81-
YUV77.15162.34159.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=40.07%
G=14.24%
B=45.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121431380.120.6900.46289.2652.4935.49
Hex792B8AC4502E1213423
Octal17153212141050564416443
Binary111100110101110001010110010001010101110100100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,43,138); }

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

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

 a { background-color: rgb(121,43,138); }

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

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

 span { border-color: rgb(121,43,138); }

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