Html Css Color HEX #763684 Vivid Violet

📋 copy color: '#763684'

red 118 ◦ green 54 ◦ blue 132

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

Shades of Vivid Violet #763684

Tints of Vivid Violet #763684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 132 (51.95% from 255) = 43.42%

R = 38.82%
G = 17.76%
B = 43.42%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#763684 (or 0x763684) is known color: Vivid Violet. HEX triplet: 76, 36 and 84. RGB value is (118,54,132). Sum of RGB (Red+Green+Blue) = 118+54+132=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #763684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763684 is #89C97B. Grayscale: #515151. Windows color (decimal): -9030012 or 8664694. OLE color: 8664694.

HSL color Cylindrical-coordinate representation of color #763684: hue angle of 289.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763684 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 54 132 -
CMYK 0.11 0.59 0 0.48
HSL 289.23º 0.42% 0.36% -
HSV(B) 289.23º 0.59% 0.52% -
XYZ 12.96 8.16 22.72 -
YUV 82.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 118 54 132 0.11 0.59 0 0.48 289.23 0.42 0.36
Hex 76 36 84 B 3B 0 30 121 2A 24
Octal 166 66 204 13 73 0 60 441 52 44
Binary 1110110 110110 10000100 1011 111011 0 110000 100100001 101010 100100

Color Harmonies of #763684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763684

Black with #763684

Text Example


Text Example

White with #763684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763684; }

 p { color: rgb(118,54,132); }

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

background-color css

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

 a { background-color: rgb(118,54,132); }

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

border-color css

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

 span { border-color: rgb(118,54,132); }

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