Html Css Color HEX #7119A0 Vivid Violet

📋 copy color: '#7119A0'

red 113 ◦ green 25 ◦ blue 160

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

Shades of Vivid Violet #7119A0

Tints of Vivid Violet #7119A0

RGB

 RED value IS 113 (44.53% from 255) = 37.92%

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

 BLUE value IS 160 (62.89% from 255) = 53.69%

R = 37.92%
G = 8.39%
B = 53.69%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7119A0 (or 0x7119A0) is known color: Vivid Violet. HEX triplet: 71, 19 and A0. RGB value is (113,25,160). Sum of RGB (Red+Green+Blue) = 113+25+160=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #7119A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7119A0 is #8EE65F. Grayscale: #424242. Windows color (decimal): -9365088 or 10492273. OLE color: 10492273.

HSL color Cylindrical-coordinate representation of color #7119A0: hue angle of 279.11º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7119A0 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 25 160 -
CMYK 0.29 0.84 0 0.37
HSL 279.11º 0.73% 0.36% -
HSV(B) 279.11º 0.84% 0.63% -
XYZ 13.5 6.74 33.85 -
YUV 66.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 113 25 160 0.29 0.84 0 0.37 279.11 0.73 0.36
Hex 71 19 A0 1D 54 0 25 117 49 24
Octal 161 31 240 35 124 0 45 427 111 44
Binary 1110001 11001 10100000 11101 1010100 0 100101 100010111 1001001 100100

Color Harmonies of #7119A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119A0

Black with #7119A0

Text Example


Text Example

White with #7119A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7119A0; }

 p { color: rgb(113,25,160); }

 H1.HeaderClassName
 {
   color: #7119A0;
 }
 .AnyTagClassName
 {
   color: #7119A0;
 }
</style>

background-color css

<style>
 a { background-color: #7119A0; }

 a { background-color: rgb(113,25,160); }

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

border-color css

<style>
 span { border-color: #7119A0; }

 span { border-color: rgb(113,25,160); }

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