Html Css Color HEX #763F95 Vivid Violet

📋 copy color: '#763F95'

red 118 ◦ green 63 ◦ blue 149

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

Shades of Vivid Violet #763F95

Tints of Vivid Violet #763F95

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 35.76%
G = 19.09%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763F95 (or 0x763F95) is known color: Vivid Violet. HEX triplet: 76, 3F and 95. RGB value is (118,63,149). Sum of RGB (Red+Green+Blue) = 118+63+149=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #763F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763F95 is #89C06A. Grayscale: #585858. Windows color (decimal): -9027691 or 9781110. OLE color: 9781110.

HSL color Cylindrical-coordinate representation of color #763F95: hue angle of 278.37º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763F95 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 63 149 -
CMYK 0.21 0.58 0 0.42
HSL 278.37º 0.41% 0.42% -
HSV(B) 278.37º 0.58% 0.58% -
XYZ 14.67 9.58 29.51 -
YUV 89.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 118 63 149 0.21 0.58 0 0.42 278.37 0.41 0.42
Hex 76 3F 95 15 3A 0 2A 116 29 2A
Octal 166 77 225 25 72 0 52 426 51 52
Binary 1110110 111111 10010101 10101 111010 0 101010 100010110 101001 101010

Color Harmonies of #763F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F95

Black with #763F95

Text Example


Text Example

White with #763F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F95; }

 p { color: rgb(118,63,149); }

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

background-color css

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

 a { background-color: rgb(118,63,149); }

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

border-color css

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

 span { border-color: rgb(118,63,149); }

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