Html Css Color HEX #763984 Vivid Violet

📋 copy color: '#763984'

red 118 ◦ green 57 ◦ blue 132

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

Shades of Vivid Violet #763984

Tints of Vivid Violet #763984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 38.44%
G = 18.57%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#763984 (or 0x763984) is known color: Vivid Violet. HEX triplet: 76, 39 and 84. RGB value is (118,57,132). Sum of RGB (Red+Green+Blue) = 118+57+132=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #763984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763984 is #89C67B. Grayscale: #535353. Windows color (decimal): -9029244 or 8665462. OLE color: 8665462.

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

Color convert

RGB 118 57 132 -
CMYK 0.11 0.57 0 0.48
HSL 288.8º 0.4% 0.37% -
HSV(B) 288.8º 0.57% 0.52% -
XYZ 13.1 8.44 22.77 -
YUV 83.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 118 57 132 0.11 0.57 0 0.48 288.8 0.4 0.37
Hex 76 39 84 B 39 0 30 121 28 25
Octal 166 71 204 13 71 0 60 441 50 45
Binary 1110110 111001 10000100 1011 111001 0 110000 100100001 101000 100101

Color Harmonies of #763984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763984

Black with #763984

Text Example


Text Example

White with #763984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763984; }

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

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

background-color css

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

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

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

border-color css

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

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

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