Html Css Color HEX #7A3495 Vivid Violet

📋 copy color: '#7A3495'

red 122 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #7A3495

Tints of Vivid Violet #7A3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 37.77%
G = 16.1%
B = 46.13%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A3495 (or 0x7A3495) is known color: Vivid Violet. HEX triplet: 7A, 34 and 95. RGB value is (122,52,149). Sum of RGB (Red+Green+Blue) = 122+52+149=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A3495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3495 is #85CB6A. Grayscale: #535353. Windows color (decimal): -8768363 or 9778298. OLE color: 9778298.

HSL color Cylindrical-coordinate representation of color #7A3495: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3495 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 52 149 -
CMYK 0.18 0.65 0 0.42
HSL 283.3º 0.48% 0.39% -
HSV(B) 283.3º 0.65% 0.58% -
XYZ 14.68 8.76 29.35 -
YUV 83.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 122 52 149 0.18 0.65 0 0.42 283.3 0.48 0.39
Hex 7A 34 95 12 41 0 2A 11B 30 27
Octal 172 64 225 22 101 0 52 433 60 47
Binary 1111010 110100 10010101 10010 1000001 0 101010 100011011 110000 100111

Color Harmonies of #7A3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3495

Black with #7A3495

Text Example


Text Example

White with #7A3495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,52,149); }

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

background-color css

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

 a { background-color: rgb(122,52,149); }

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

border-color css

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

 span { border-color: rgb(122,52,149); }

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