Html Css Color HEX #761999 Vivid Violet

📋 copy color: '#761999'

red 118 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #761999

Tints of Vivid Violet #761999

RGB

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

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

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

R = 39.86%
G = 8.45%
B = 51.69%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#761999 (or 0x761999) is known color: Vivid Violet. HEX triplet: 76, 19 and 99. RGB value is (118,25,153). Sum of RGB (Red+Green+Blue) = 118+25+153=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #761999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761999 is #89E666. Grayscale: #424242. Windows color (decimal): -9037415 or 10033526. OLE color: 10033526.

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

Color convert

RGB 118 25 153 -
CMYK 0.23 0.84 0 0.4
HSL 283.59º 0.72% 0.35% -
HSV(B) 283.59º 0.84% 0.6% -
XYZ 13.57 6.85 30.74 -
YUV 67.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 118 25 153 0.23 0.84 0 0.4 283.59 0.72 0.35
Hex 76 19 99 17 54 0 28 11C 48 23
Octal 166 31 231 27 124 0 50 434 110 43
Binary 1110110 11001 10011001 10111 1010100 0 101000 100011100 1001000 100011

Color Harmonies of #761999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761999

Black with #761999

Text Example


Text Example

White with #761999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761999; }

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

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

background-color css

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

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

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

border-color css

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

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

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