Html Css Color HEX #761893 Vivid Violet

📋 copy color: '#761893'

red 118 ◦ green 24 ◦ blue 147

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

Shades of Vivid Violet #761893

Tints of Vivid Violet #761893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 40.83%
G = 8.3%
B = 50.87%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761893 (or 0x761893) is known color: Vivid Violet. HEX triplet: 76, 18 and 93. RGB value is (118,24,147). Sum of RGB (Red+Green+Blue) = 118+24+147=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #761893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761893 is #89E76C. Grayscale: #414141. Windows color (decimal): -9037677 or 9640054. OLE color: 9640054.

HSL color Cylindrical-coordinate representation of color #761893: hue angle of 285.85º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761893 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 24 147 -
CMYK 0.20 0.84 0 0.42
HSL 285.85º 0.72% 0.34% -
HSV(B) 285.85º 0.84% 0.58% -
XYZ 13.06 6.61 28.19 -
YUV 66.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 118 24 147 0.20 0.84 0 0.42 285.85 0.72 0.34
Hex 76 18 93 14 54 0 2A 11E 48 22
Octal 166 30 223 24 124 0 52 436 110 42
Binary 1110110 11000 10010011 10100 1010100 0 101010 100011110 1001000 100010

Color Harmonies of #761893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761893

Black with #761893

Text Example


Text Example

White with #761893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761893; }

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

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

background-color css

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

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

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

border-color css

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

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

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