Html Css Color HEX #763486 Vivid Violet

📋 copy color: '#763486'

red 118 ◦ green 52 ◦ blue 134

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

Shades of Vivid Violet #763486

Tints of Vivid Violet #763486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 38.82%
G = 17.11%
B = 44.08%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#763486 (or 0x763486) is known color: Vivid Violet. HEX triplet: 76, 34 and 86. RGB value is (118,52,134). Sum of RGB (Red+Green+Blue) = 118+52+134=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #763486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763486 is #89CB79. Grayscale: #505050. Windows color (decimal): -9030522 or 8795254. OLE color: 8795254.

HSL color Cylindrical-coordinate representation of color #763486: hue angle of 288.29º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763486 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 52 134 -
CMYK 0.12 0.61 0 0.47
HSL 288.29º 0.44% 0.36% -
HSV(B) 288.29º 0.61% 0.53% -
XYZ 13 8.03 23.42 -
YUV 81.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 118 52 134 0.12 0.61 0 0.47 288.29 0.44 0.36
Hex 76 34 86 C 3D 0 2F 120 2C 24
Octal 166 64 206 14 75 0 57 440 54 44
Binary 1110110 110100 10000110 1100 111101 0 101111 100100000 101100 100100

Color Harmonies of #763486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763486

Black with #763486

Text Example


Text Example

White with #763486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763486; }

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

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

background-color css

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

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

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

border-color css

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

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

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