#7A1D90

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

Shades of Vivid Violet #7A1D90

Tints of Vivid Violet #7A1D90

Color information

#7A1D90 (or 0x7A1D90) is unknown color: approx Vivid Violet. HEX triplet: 7A, 1D and 90. RGB value is (122,29,144). Sum of RGB (Red+Green+Blue) = 122+29+144=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A1D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1D90 is #85E26F. Grayscale: #454545. Windows color (decimal): -8774256 or 9444730. OLE color: 9444730.

HSL color Cylindrical-coordinate representation of color #7A1D90: hue angle of 288.52º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1D90 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12229144-
CMYK0.150.8000.44
HSL288.52º66.47%33.92%-
HSV(B)288.52º79.86%56.47%-
XYZ13.57.0327.03-
YUV69.92169.81165.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=41.36%
G=9.83%
B=48.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122291440.150.8000.44288.5266.4733.92
Hex7A1D90F5002C1214222
Octal172352201712005444110242
Binary111101011101100100001111101000001011001001000011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,29,144); }

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

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

 a { background-color: rgb(122,29,144); }

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

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

 span { border-color: rgb(122,29,144); }

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