Html Css Color HEX #761899 Vivid Violet

📋 copy color: '#761899'

red 118 ◦ green 24 ◦ blue 153

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

Shades of Vivid Violet #761899

Tints of Vivid Violet #761899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

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

R = 40%
G = 8.14%
B = 51.86%

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

#761899 (or 0x761899) is known color: Vivid Violet. HEX triplet: 76, 18 and 99. RGB value is (118,24,153). Sum of RGB (Red+Green+Blue) = 118+24+153=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #761899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761899 is #89E766. Grayscale: #424242. Windows color (decimal): -9037671 or 10033270. OLE color: 10033270.

HSL color Cylindrical-coordinate representation of color #761899: hue angle of 283.72º degrees, saturation: 0.73, 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 #761899 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 24 153 -
CMYK 0.23 0.84 0 0.4
HSL 283.72º 0.73% 0.35% -
HSV(B) 283.72º 0.84% 0.6% -
XYZ 13.55 6.8 30.74 -
YUV 66.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 118 24 153 0.23 0.84 0 0.4 283.72 0.73 0.35
Hex 76 18 99 17 54 0 28 11C 49 23
Octal 166 30 231 27 124 0 50 434 111 43
Binary 1110110 11000 10011001 10111 1010100 0 101000 100011100 1001001 100011

Color Harmonies of #761899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761899

Black with #761899

Text Example


Text Example

White with #761899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761899; }

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

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

background-color css

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

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

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

border-color css

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

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

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