#7A2998

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

Shades of Vivid Violet #7A2998

Tints of Vivid Violet #7A2998

Color information

#7A2998 (or 0x7A2998) is unknown color: approx Vivid Violet. HEX triplet: 7A, 29 and 98. RGB value is (122,41,152). Sum of RGB (Red+Green+Blue) = 122+41+152=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2998 is #85D667. Grayscale: #4D4D4D. Windows color (decimal): -8771176 or 9972090. OLE color: 9972090.

HSL color Cylindrical-coordinate representation of color #7A2998: hue angle of 283.78º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2998 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12241152-
CMYK0.200.7300.40
HSL283.78º57.51%37.84%-
HSV(B)283.78º73.03%59.61%-
XYZ14.497.9930.48-
YUV77.87169.84159.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=38.73%
G=13.02%
B=48.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122411520.200.7300.40283.7857.5137.84
Hex7A2998144902811c3a26
Octal17251230241110504347246
Binary1111010101001100110001010010010010101000100011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,152); }

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

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

 a { background-color: rgb(122,41,152); }

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

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

 span { border-color: rgb(122,41,152); }

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