Html Css Color HEX #761694 Vivid Violet

📋 copy color: '#761694'

red 118 ◦ green 22 ◦ blue 148

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

Shades of Vivid Violet #761694

Tints of Vivid Violet #761694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 40.97%
G = 7.64%
B = 51.39%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761694 (or 0x761694) is known color: Vivid Violet. HEX triplet: 76, 16 and 94. RGB value is (118,22,148). Sum of RGB (Red+Green+Blue) = 118+22+148=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #761694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761694 is #89E96B. Grayscale: #404040. Windows color (decimal): -9038188 or 9705078. OLE color: 9705078.

HSL color Cylindrical-coordinate representation of color #761694: hue angle of 285.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761694 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 22 148 -
CMYK 0.20 0.85 0 0.42
HSL 285.71º 0.74% 0.33% -
HSV(B) 285.71º 0.85% 0.58% -
XYZ 13.1 6.56 28.59 -
YUV 65.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 118 22 148 0.20 0.85 0 0.42 285.71 0.74 0.33
Hex 76 16 94 14 55 0 2A 11E 4A 21
Octal 166 26 224 24 125 0 52 436 112 41
Binary 1110110 10110 10010100 10100 1010101 0 101010 100011110 1001010 100001

Color Harmonies of #761694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761694

Black with #761694

Text Example


Text Example

White with #761694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761694; }

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

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

background-color css

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

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

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

border-color css

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

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

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