Html Css Color HEX #7A3481 Vivid Violet

📋 copy color: '#7A3481'

red 122 ◦ green 52 ◦ blue 129

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

Shades of Vivid Violet #7A3481

Tints of Vivid Violet #7A3481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.57%

R = 40.26%
G = 17.16%
B = 42.57%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A3481 (or 0x7A3481) is known color: Vivid Violet. HEX triplet: 7A, 34 and 81. RGB value is (122,52,129). Sum of RGB (Red+Green+Blue) = 122+52+129=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A3481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3481 is #85CB7E. Grayscale: #515151. Windows color (decimal): -8768383 or 8467578. OLE color: 8467578.

HSL color Cylindrical-coordinate representation of color #7A3481: hue angle of 294.55º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3481 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 52 129 -
CMYK 0.05 0.60 0 0.49
HSL 294.55º 0.43% 0.35% -
HSV(B) 294.55º 0.6% 0.51% -
XYZ 13.22 8.18 21.65 -
YUV 81.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 122 52 129 0.05 0.60 0 0.49 294.55 0.43 0.35
Hex 7A 34 81 5 3C 0 31 127 2B 23
Octal 172 64 201 5 74 0 61 447 53 43
Binary 1111010 110100 10000001 101 111100 0 110001 100100111 101011 100011

Color Harmonies of #7A3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3481

Black with #7A3481

Text Example


Text Example

White with #7A3481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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