Html Css Color HEX #761799 Vivid Violet

📋 copy color: '#761799'

red 118 ◦ green 23 ◦ blue 153

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

Shades of Vivid Violet #761799

Tints of Vivid Violet #761799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 40.14%
G = 7.82%
B = 52.04%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#761799 (or 0x761799) is known color: Vivid Violet. HEX triplet: 76, 17 and 99. RGB value is (118,23,153). Sum of RGB (Red+Green+Blue) = 118+23+153=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #761799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761799 is #89E866. Grayscale: #414141. Windows color (decimal): -9037927 or 10033014. OLE color: 10033014.

HSL color Cylindrical-coordinate representation of color #761799: hue angle of 283.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761799 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 23 153 -
CMYK 0.23 0.85 0 0.4
HSL 283.85º 0.74% 0.35% -
HSV(B) 283.85º 0.85% 0.6% -
XYZ 13.53 6.76 30.73 -
YUV 66.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 118 23 153 0.23 0.85 0 0.4 283.85 0.74 0.35
Hex 76 17 99 17 55 0 28 11C 4A 23
Octal 166 27 231 27 125 0 50 434 112 43
Binary 1110110 10111 10011001 10111 1010101 0 101000 100011100 1001010 100011

Color Harmonies of #761799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761799

Black with #761799

Text Example


Text Example

White with #761799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761799; }

 p { color: rgb(118,23,153); }

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

background-color css

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

 a { background-color: rgb(118,23,153); }

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

border-color css

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

 span { border-color: rgb(118,23,153); }

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