Html Css Color HEX #761997 Vivid Violet

📋 copy color: '#761997'

red 118 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #761997

Tints of Vivid Violet #761997

RGB

 RED value IS 118 (46.48% from 255) = 40.14%

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

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

R = 40.14%
G = 8.5%
B = 51.36%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#761997 (or 0x761997) is known color: Vivid Violet. HEX triplet: 76, 19 and 97. RGB value is (118,25,151). Sum of RGB (Red+Green+Blue) = 118+25+151=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #761997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761997 is #89E668. Grayscale: #424242. Windows color (decimal): -9037417 or 9902454. OLE color: 9902454.

HSL color Cylindrical-coordinate representation of color #761997: hue angle of 284.29º 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 #761997 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 25 151 -
CMYK 0.22 0.83 0 0.41
HSL 284.29º 0.72% 0.35% -
HSV(B) 284.29º 0.83% 0.59% -
XYZ 13.4 6.78 29.88 -
YUV 67.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 118 25 151 0.22 0.83 0 0.41 284.29 0.72 0.35
Hex 76 19 97 16 53 0 29 11C 48 23
Octal 166 31 227 26 123 0 51 434 110 43
Binary 1110110 11001 10010111 10110 1010011 0 101001 100011100 1001000 100011

Color Harmonies of #761997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761997

Black with #761997

Text Example


Text Example

White with #761997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761997; }

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

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

background-color css

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

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

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

border-color css

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

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

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