Html Css Color HEX #7F1997 Vivid Violet

📋 copy color: '#7F1997'

red 127 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #7F1997

Tints of Vivid Violet #7F1997

RGB

 RED value IS 127 (50% from 255) = 41.91%

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

 BLUE value IS 151 (59.38% from 255) = 49.83%

R = 41.91%
G = 8.25%
B = 49.83%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F1997 (or 0x7F1997) is known color: Vivid Violet. HEX triplet: 7F, 19 and 97. RGB value is (127,25,151). Sum of RGB (Red+Green+Blue) = 127+25+151=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F1997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1997 is #80E668. Grayscale: #454545. Windows color (decimal): -8447593 or 9902463. OLE color: 9902463.

HSL color Cylindrical-coordinate representation of color #7F1997: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1997 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 25 151 -
CMYK 0.16 0.83 0 0.41
HSL 288.57º 0.72% 0.35% -
HSV(B) 288.57º 0.83% 0.59% -
XYZ 14.69 7.44 29.94 -
YUV 69.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 127 25 151 0.16 0.83 0 0.41 288.57 0.72 0.35
Hex 7F 19 97 10 53 0 29 121 48 23
Octal 177 31 227 20 123 0 51 441 110 43
Binary 1111111 11001 10010111 10000 1010011 0 101001 100100001 1001000 100011

Color Harmonies of #7F1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1997

Black with #7F1997

Text Example


Text Example

White with #7F1997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,25,151); }

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

background-color css

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

 a { background-color: rgb(127,25,151); }

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

border-color css

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

 span { border-color: rgb(127,25,151); }

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