#7A299B

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

Shades of Vivid Violet #7A299B

Tints of Vivid Violet #7A299B

Color information

#7A299B (or 0x7A299B) is unknown color: approx Vivid Violet. HEX triplet: 7A, 29 and 9B. RGB value is (122,41,155). Sum of RGB (Red+Green+Blue) = 122+41+155=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A299B is #85D664. Grayscale: #4D4D4D. Windows color (decimal): -8771173 or 10168698. OLE color: 10168698.

HSL color Cylindrical-coordinate representation of color #7A299B: hue angle of 282.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A299B is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12241155-
CMYK0.210.7400.39
HSL282.63º58.16%38.43%-
HSV(B)282.63º73.55%60.78%-
XYZ14.748.0931.8-
YUV78.22171.34159.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=38.36%
G=12.89%
B=48.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122411550.210.7400.39282.6358.1638.43
Hex7A299B154A02711b3a26
Octal17251233251120474337246
Binary1111010101001100110111010110010100100111100011011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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