Html Css Color HEX #763999 Vivid Violet

📋 copy color: '#763999'

red 118 ◦ green 57 ◦ blue 153

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

Shades of Vivid Violet #763999

Tints of Vivid Violet #763999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 35.98%
G = 17.38%
B = 46.65%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#763999 (or 0x763999) is known color: Vivid Violet. HEX triplet: 76, 39 and 99. RGB value is (118,57,153). Sum of RGB (Red+Green+Blue) = 118+57+153=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #763999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763999 is #89C666. Grayscale: #555555. Windows color (decimal): -9029223 or 10041718. OLE color: 10041718.

HSL color Cylindrical-coordinate representation of color #763999: hue angle of 278.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763999 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 57 153 -
CMYK 0.23 0.63 0 0.4
HSL 278.13º 0.46% 0.41% -
HSV(B) 278.13º 0.63% 0.6% -
XYZ 14.68 9.08 31.12 -
YUV 86.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 118 57 153 0.23 0.63 0 0.4 278.13 0.46 0.41
Hex 76 39 99 17 3F 0 28 116 2E 29
Octal 166 71 231 27 77 0 50 426 56 51
Binary 1110110 111001 10011001 10111 111111 0 101000 100010110 101110 101001

Color Harmonies of #763999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763999

Black with #763999

Text Example


Text Example

White with #763999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763999; }

 p { color: rgb(118,57,153); }

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

background-color css

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

 a { background-color: rgb(118,57,153); }

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

border-color css

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

 span { border-color: rgb(118,57,153); }

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