Html Css Color HEX #761691 Vivid Violet

📋 copy color: '#761691'

red 118 ◦ green 22 ◦ blue 145

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

Shades of Vivid Violet #761691

Tints of Vivid Violet #761691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 41.4%
G = 7.72%
B = 50.88%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761691 (or 0x761691) is known color: Vivid Violet. HEX triplet: 76, 16 and 91. RGB value is (118,22,145). Sum of RGB (Red+Green+Blue) = 118+22+145=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #761691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761691 is #89E96E. Grayscale: #404040. Windows color (decimal): -9038191 or 9508470. OLE color: 9508470.

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

Color convert

RGB 118 22 145 -
CMYK 0.19 0.85 0 0.43
HSL 286.83º 0.74% 0.33% -
HSV(B) 286.83º 0.85% 0.57% -
XYZ 12.87 6.47 27.36 -
YUV 64.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 118 22 145 0.19 0.85 0 0.43 286.83 0.74 0.33
Hex 76 16 91 13 55 0 2B 11F 4A 21
Octal 166 26 221 23 125 0 53 437 112 41
Binary 1110110 10110 10010001 10011 1010101 0 101011 100011111 1001010 100001

Color Harmonies of #761691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761691

Black with #761691

Text Example


Text Example

White with #761691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761691; }

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

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

background-color css

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

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

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

border-color css

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

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

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