Html Css Color HEX #763083 Vivid Violet

📋 copy color: '#763083'

red 118 ◦ green 48 ◦ blue 131

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

Shades of Vivid Violet #763083

Tints of Vivid Violet #763083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 39.73%
G = 16.16%
B = 44.11%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763083 (or 0x763083) is known color: Vivid Violet. HEX triplet: 76, 30 and 83. RGB value is (118,48,131). Sum of RGB (Red+Green+Blue) = 118+48+131=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #763083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763083 is #89CF7C. Grayscale: #4E4E4E. Windows color (decimal): -9031549 or 8597622. OLE color: 8597622.

HSL color Cylindrical-coordinate representation of color #763083: hue angle of 290.6º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763083 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 48 131 -
CMYK 0.10 0.63 0 0.49
HSL 290.6º 0.46% 0.35% -
HSV(B) 290.6º 0.63% 0.51% -
XYZ 12.62 7.6 22.28 -
YUV 78.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 118 48 131 0.10 0.63 0 0.49 290.6 0.46 0.35
Hex 76 30 83 A 3F 0 31 123 2E 23
Octal 166 60 203 12 77 0 61 443 56 43
Binary 1110110 110000 10000011 1010 111111 0 110001 100100011 101110 100011

Color Harmonies of #763083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763083

Black with #763083

Text Example


Text Example

White with #763083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763083; }

 p { color: rgb(118,48,131); }

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

background-color css

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

 a { background-color: rgb(118,48,131); }

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

border-color css

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

 span { border-color: rgb(118,48,131); }

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