Html Css Color HEX #761998 Vivid Violet

📋 copy color: '#761998'

red 118 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #761998

Tints of Vivid Violet #761998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 40%
G = 8.47%
B = 51.53%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#761998 (or 0x761998) is known color: Vivid Violet. HEX triplet: 76, 19 and 98. RGB value is (118,25,152). Sum of RGB (Red+Green+Blue) = 118+25+152=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #761998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761998 is #89E667. Grayscale: #424242. Windows color (decimal): -9037416 or 9967990. OLE color: 9967990.

HSL color Cylindrical-coordinate representation of color #761998: hue angle of 283.94º 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 #761998 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 25 152 -
CMYK 0.22 0.84 0 0.40
HSL 283.94º 0.72% 0.35% -
HSV(B) 283.94º 0.84% 0.6% -
XYZ 13.49 6.81 30.31 -
YUV 67.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 118 25 152 0.22 0.84 0 0.40 283.94 0.72 0.35
Hex 76 19 98 16 54 0 28 11C 48 23
Octal 166 31 230 26 124 0 50 434 110 43
Binary 1110110 11001 10011000 10110 1010100 0 101000 100011100 1001000 100011

Color Harmonies of #761998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761998

Black with #761998

Text Example


Text Example

White with #761998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761998; }

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

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

background-color css

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

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

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

border-color css

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

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

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