Html Css Color HEX #761692 Vivid Violet

📋 copy color: '#761692'

red 118 ◦ green 22 ◦ blue 146

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

Shades of Vivid Violet #761692

Tints of Vivid Violet #761692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 41.26%
G = 7.69%
B = 51.05%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761692 (or 0x761692) is known color: Vivid Violet. HEX triplet: 76, 16 and 92. RGB value is (118,22,146). Sum of RGB (Red+Green+Blue) = 118+22+146=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #761692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761692 is #89E96D. Grayscale: #404040. Windows color (decimal): -9038190 or 9574006. OLE color: 9574006.

HSL color Cylindrical-coordinate representation of color #761692: hue angle of 286.45º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761692 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 22 146 -
CMYK 0.19 0.85 0 0.43
HSL 286.45º 0.74% 0.33% -
HSV(B) 286.45º 0.85% 0.57% -
XYZ 12.95 6.5 27.77 -
YUV 64.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 118 22 146 0.19 0.85 0 0.43 286.45 0.74 0.33
Hex 76 16 92 13 55 0 2B 11E 4A 21
Octal 166 26 222 23 125 0 53 436 112 41
Binary 1110110 10110 10010010 10011 1010101 0 101011 100011110 1001010 100001

Color Harmonies of #761692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761692

Black with #761692

Text Example


Text Example

White with #761692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761692; }

 p { color: rgb(118,22,146); }

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

background-color css

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

 a { background-color: rgb(118,22,146); }

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

border-color css

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

 span { border-color: rgb(118,22,146); }

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