Html Css Color HEX #762999 Vivid Violet

📋 copy color: '#762999'

red 118 ◦ green 41 ◦ blue 153

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

Shades of Vivid Violet #762999

Tints of Vivid Violet #762999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 37.82%
G = 13.14%
B = 49.04%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#762999 (or 0x762999) is known color: Vivid Violet. HEX triplet: 76, 29 and 99. RGB value is (118,41,153). Sum of RGB (Red+Green+Blue) = 118+41+153=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #762999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762999 is #89D666. Grayscale: #4C4C4C. Windows color (decimal): -9033319 or 10037622. OLE color: 10037622.

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

Color convert

RGB 118 41 153 -
CMYK 0.23 0.73 0 0.4
HSL 281.25º 0.58% 0.38% -
HSV(B) 281.25º 0.73% 0.6% -
XYZ 14.01 7.74 30.89 -
YUV 76.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 118 41 153 0.23 0.73 0 0.4 281.25 0.58 0.38
Hex 76 29 99 17 49 0 28 119 3A 26
Octal 166 51 231 27 111 0 50 431 72 46
Binary 1110110 101001 10011001 10111 1001001 0 101000 100011001 111010 100110

Color Harmonies of #762999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762999

Black with #762999

Text Example


Text Example

White with #762999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762999; }

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

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

background-color css

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

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

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

border-color css

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

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

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