#7A1C99

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

Shades of Vivid Violet #7A1C99

Tints of Vivid Violet #7A1C99

Color information

#7A1C99 (or 0x7A1C99) is unknown color: approx Vivid Violet. HEX triplet: 7A, 1C and 99. RGB value is (122,28,153). Sum of RGB (Red+Green+Blue) = 122+28+153=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1C99 is #85E366. Grayscale: #454545. Windows color (decimal): -8774503 or 10034298. OLE color: 10034298.

HSL color Cylindrical-coordinate representation of color #7A1C99: hue angle of 285.12º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1C99 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12228153-
CMYK0.200.8200.4
HSL285.12º69.06%35.49%-
HSV(B)285.12º81.7%60%-
XYZ14.197.2730.79-
YUV70.36174.64164.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=40.26%
G=9.24%
B=50.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122281530.200.8200.4285.1269.0635.49
Hex7A1C99145202811d4523
Octal172342312412205043510543
Binary1111010111001001100110100101001001010001000111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,28,153); }

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

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

 a { background-color: rgb(122,28,153); }

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

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

 span { border-color: rgb(122,28,153); }

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