Html Css Color HEX #7A318B Vivid Violet

📋 copy color: '#7A318B'

red 122 ◦ green 49 ◦ blue 139

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

Shades of Vivid Violet #7A318B

Tints of Vivid Violet #7A318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 39.35%
G = 15.81%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A318B (or 0x7A318B) is known color: Vivid Violet. HEX triplet: 7A, 31 and 8B. RGB value is (122,49,139). Sum of RGB (Red+Green+Blue) = 122+49+139=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A318B is #85CE74. Grayscale: #505050. Windows color (decimal): -8769141 or 9122170. OLE color: 9122170.

HSL color Cylindrical-coordinate representation of color #7A318B: hue angle of 288.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A318B is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 49 139 -
CMYK 0.12 0.65 0 0.45
HSL 288.67º 0.48% 0.37% -
HSV(B) 288.67º 0.65% 0.55% -
XYZ 13.78 8.2 25.28 -
YUV 81.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 122 49 139 0.12 0.65 0 0.45 288.67 0.48 0.37
Hex 7A 31 8B C 41 0 2D 121 30 25
Octal 172 61 213 14 101 0 55 441 60 45
Binary 1111010 110001 10001011 1100 1000001 0 101101 100100001 110000 100101

Color Harmonies of #7A318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A318B

Black with #7A318B

Text Example


Text Example

White with #7A318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,49,139); }

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

background-color css

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

 a { background-color: rgb(122,49,139); }

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

border-color css

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

 span { border-color: rgb(122,49,139); }

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