Html Css Color HEX #7A1998 Vivid Violet

📋 copy color: '#7A1998'

red 122 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #7A1998

Tints of Vivid Violet #7A1998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 40.8%
G = 8.36%
B = 50.84%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A1998 (or 0x7A1998) is known color: Vivid Violet. HEX triplet: 7A, 19 and 98. RGB value is (122,25,152). Sum of RGB (Red+Green+Blue) = 122+25+152=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A1998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1998 is #85E667. Grayscale: #444444. Windows color (decimal): -8775272 or 9967994. OLE color: 9967994.

HSL color Cylindrical-coordinate representation of color #7A1998: hue angle of 285.83º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1998 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 25 152 -
CMYK 0.20 0.84 0 0.40
HSL 285.83º 0.72% 0.35% -
HSV(B) 285.83º 0.84% 0.6% -
XYZ 14.04 7.1 30.34 -
YUV 68.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 122 25 152 0.20 0.84 0 0.40 285.83 0.72 0.35
Hex 7A 19 98 14 54 0 28 11E 48 23
Octal 172 31 230 24 124 0 50 436 110 43
Binary 1111010 11001 10011000 10100 1010100 0 101000 100011110 1001000 100011

Color Harmonies of #7A1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1998

Black with #7A1998

Text Example


Text Example

White with #7A1998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,25,152); }

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

background-color css

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

 a { background-color: rgb(122,25,152); }

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

border-color css

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

 span { border-color: rgb(122,25,152); }

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