Html Css Color HEX #761EA0 Vivid Violet

📋 copy color: '#761EA0'

red 118 ◦ green 30 ◦ blue 160

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

Shades of Vivid Violet #761EA0

Tints of Vivid Violet #761EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

 BLUE value IS 160 (62.89% from 255) = 51.95%

R = 38.31%
G = 9.74%
B = 51.95%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#761EA0 (or 0x761EA0) is known color: Vivid Violet. HEX triplet: 76, 1E and A0. RGB value is (118,30,160). Sum of RGB (Red+Green+Blue) = 118+30+160=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #761EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761EA0 is #89E15F. Grayscale: #464646. Windows color (decimal): -9036128 or 10493558. OLE color: 10493558.

HSL color Cylindrical-coordinate representation of color #761EA0: hue angle of 280.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761EA0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 30 160 -
CMYK 0.26 0.81 0 0.37
HSL 280.62º 0.68% 0.37% -
HSV(B) 280.62º 0.81% 0.63% -
XYZ 14.28 7.32 33.92 -
YUV 71.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 118 30 160 0.26 0.81 0 0.37 280.62 0.68 0.37
Hex 76 1E A0 1A 51 0 25 119 44 25
Octal 166 36 240 32 121 0 45 431 104 45
Binary 1110110 11110 10100000 11010 1010001 0 100101 100011001 1000100 100101

Color Harmonies of #761EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761EA0

Black with #761EA0

Text Example


Text Example

White with #761EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761EA0; }

 p { color: rgb(118,30,160); }

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

background-color css

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

 a { background-color: rgb(118,30,160); }

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

border-color css

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

 span { border-color: rgb(118,30,160); }

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