Html Css Color HEX #761E9D Vivid Violet

📋 copy color: '#761E9D'

red 118 ◦ green 30 ◦ blue 157

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

Shades of Vivid Violet #761E9D

Tints of Vivid Violet #761E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 38.69%
G = 9.84%
B = 51.48%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#761E9D (or 0x761E9D) is known color: Vivid Violet. HEX triplet: 76, 1E and 9D. RGB value is (118,30,157). Sum of RGB (Red+Green+Blue) = 118+30+157=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #761E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761E9D is #89E162. Grayscale: #464646. Windows color (decimal): -9036131 or 10296950. OLE color: 10296950.

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

Color convert

RGB 118 30 157 -
CMYK 0.25 0.81 0 0.38
HSL 281.57º 0.68% 0.37% -
HSV(B) 281.57º 0.81% 0.62% -
XYZ 14.02 7.21 32.55 -
YUV 70.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 118 30 157 0.25 0.81 0 0.38 281.57 0.68 0.37
Hex 76 1E 9D 19 51 0 26 11A 44 25
Octal 166 36 235 31 121 0 46 432 104 45
Binary 1110110 11110 10011101 11001 1010001 0 100110 100011010 1000100 100101

Color Harmonies of #761E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E9D

Black with #761E9D

Text Example


Text Example

White with #761E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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