Html Css Color HEX #763483 Vivid Violet

📋 copy color: '#763483'

red 118 ◦ green 52 ◦ blue 131

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

Shades of Vivid Violet #763483

Tints of Vivid Violet #763483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

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

R = 39.2%
G = 17.28%
B = 43.52%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763483 (or 0x763483) is known color: Vivid Violet. HEX triplet: 76, 34 and 83. RGB value is (118,52,131). Sum of RGB (Red+Green+Blue) = 118+52+131=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #763483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763483 is #89CB7C. Grayscale: #505050. Windows color (decimal): -9030525 or 8598646. OLE color: 8598646.

HSL color Cylindrical-coordinate representation of color #763483: hue angle of 290.13º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763483 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 52 131 -
CMYK 0.10 0.60 0 0.49
HSL 290.13º 0.43% 0.36% -
HSV(B) 290.13º 0.6% 0.51% -
XYZ 12.8 7.95 22.33 -
YUV 80.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 118 52 131 0.10 0.60 0 0.49 290.13 0.43 0.36
Hex 76 34 83 A 3C 0 31 122 2B 24
Octal 166 64 203 12 74 0 61 442 53 44
Binary 1110110 110100 10000011 1010 111100 0 110001 100100010 101011 100100

Color Harmonies of #763483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763483

Black with #763483

Text Example


Text Example

White with #763483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763483; }

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

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

background-color css

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

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

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

border-color css

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

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

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