#7A2393

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

Shades of Vivid Violet #7A2393

Tints of Vivid Violet #7A2393

Color information

#7A2393 (or 0x7A2393) is unknown color: approx Vivid Violet. HEX triplet: 7A, 23 and 93. RGB value is (122,35,147). Sum of RGB (Red+Green+Blue) = 122+35+147=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A2393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2393 is #85DC6C. Grayscale: #494949. Windows color (decimal): -8772717 or 9642874. OLE color: 9642874.

HSL color Cylindrical-coordinate representation of color #7A2393: hue angle of 286.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A2393 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12235147-
CMYK0.170.7600.42
HSL286.61º61.54%35.69%-
HSV(B)286.61º76.19%57.65%-
XYZ13.897.4528.31-
YUV73.78169.32162.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=40.13%
G=11.51%
B=48.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122351470.170.7600.42286.6161.5435.69
Hex7A2393114C02A11f3e24
Octal17243223211140524377644
Binary1111010100011100100111000110011000101010100011111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,35,147); }

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

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

 a { background-color: rgb(122,35,147); }

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

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

 span { border-color: rgb(122,35,147); }

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