Html Css Color HEX #7A2493 Vivid Violet

📋 copy color: '#7A2493'

red 122 ◦ green 36 ◦ blue 147

#7A2493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #7A2493

Tints of Vivid Violet #7A2493

RGB

 RED value IS 122 (48.05% from 255) = 40%

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 40%
G = 11.8%
B = 48.2%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A2493 (or 0x7A2493) is known color: Vivid Violet. HEX triplet: 7A, 24 and 93. RGB value is (122,36,147). Sum of RGB (Red+Green+Blue) = 122+36+147=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A2493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2493 is #85DB6C. Grayscale: #4A4A4A. Windows color (decimal): -8772461 or 9643130. OLE color: 9643130.

HSL color Cylindrical-coordinate representation of color #7A2493: hue angle of 286.49º degrees, saturation: 0.61, 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 #7A2493 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 36 147 -
CMYK 0.17 0.76 0 0.42
HSL 286.49º 0.61% 0.36% -
HSV(B) 286.49º 0.76% 0.58% -
XYZ 13.92 7.51 28.32 -
YUV 74.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 122 36 147 0.17 0.76 0 0.42 286.49 0.61 0.36
Hex 7A 24 93 11 4C 0 2A 11E 3D 24
Octal 172 44 223 21 114 0 52 436 75 44
Binary 1111010 100100 10010011 10001 1001100 0 101010 100011110 111101 100100

Color Harmonies of #7A2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2493

Black with #7A2493

Text Example


Text Example

White with #7A2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A2493;
 }
 .AnyTagClassName
 {
   color: #7A2493;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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