Html Css Color HEX #7A1F95 Vivid Violet

📋 copy color: '#7A1F95'

red 122 ◦ green 31 ◦ blue 149

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

Shades of Vivid Violet #7A1F95

Tints of Vivid Violet #7A1F95

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 40.4%
G = 10.26%
B = 49.34%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A1F95 (or 0x7A1F95) is known color: Vivid Violet. HEX triplet: 7A, 1F and 95. RGB value is (122,31,149). Sum of RGB (Red+Green+Blue) = 122+31+149=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A1F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1F95 is #85E06A. Grayscale: #474747. Windows color (decimal): -8773739 or 9772922. OLE color: 9772922.

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

Color convert

RGB 122 31 149 -
CMYK 0.18 0.79 0 0.42
HSL 286.27º 0.66% 0.35% -
HSV(B) 286.27º 0.79% 0.58% -
XYZ 13.94 7.29 29.11 -
YUV 71.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 122 31 149 0.18 0.79 0 0.42 286.27 0.66 0.35
Hex 7A 1F 95 12 4F 0 2A 11E 42 23
Octal 172 37 225 22 117 0 52 436 102 43
Binary 1111010 11111 10010101 10010 1001111 0 101010 100011110 1000010 100011

Color Harmonies of #7A1F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1F95

Black with #7A1F95

Text Example


Text Example

White with #7A1F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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