Html Css Color HEX #761697 Vivid Violet

📋 copy color: '#761697'

red 118 ◦ green 22 ◦ blue 151

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

Shades of Vivid Violet #761697

Tints of Vivid Violet #761697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 40.55%
G = 7.56%
B = 51.89%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#761697 (or 0x761697) is known color: Vivid Violet. HEX triplet: 76, 16 and 97. RGB value is (118,22,151). Sum of RGB (Red+Green+Blue) = 118+22+151=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #761697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761697 is #89E968. Grayscale: #404040. Windows color (decimal): -9038185 or 9901686. OLE color: 9901686.

HSL color Cylindrical-coordinate representation of color #761697: hue angle of 284.65º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761697 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 22 151 -
CMYK 0.22 0.85 0 0.41
HSL 284.65º 0.75% 0.34% -
HSV(B) 284.65º 0.85% 0.59% -
XYZ 13.34 6.66 29.86 -
YUV 65.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 118 22 151 0.22 0.85 0 0.41 284.65 0.75 0.34
Hex 76 16 97 16 55 0 29 11D 4B 22
Octal 166 26 227 26 125 0 51 435 113 42
Binary 1110110 10110 10010111 10110 1010101 0 101001 100011101 1001011 100010

Color Harmonies of #761697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761697

Black with #761697

Text Example


Text Example

White with #761697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761697; }

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

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

background-color css

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

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

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

border-color css

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

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

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