Html Css Color HEX #763084 Vivid Violet

📋 copy color: '#763084'

red 118 ◦ green 48 ◦ blue 132

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

Shades of Vivid Violet #763084

Tints of Vivid Violet #763084

RGB

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

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

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

R = 39.6%
G = 16.11%
B = 44.3%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#763084 (or 0x763084) is known color: Vivid Violet. HEX triplet: 76, 30 and 84. RGB value is (118,48,132). Sum of RGB (Red+Green+Blue) = 118+48+132=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #763084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763084 is #89CF7B. Grayscale: #4E4E4E. Windows color (decimal): -9031548 or 8663158. OLE color: 8663158.

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

Color convert

RGB 118 48 132 -
CMYK 0.11 0.64 0 0.48
HSL 290º 0.47% 0.35% -
HSV(B) 290º 0.64% 0.52% -
XYZ 12.69 7.63 22.63 -
YUV 78.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 118 48 132 0.11 0.64 0 0.48 290 0.47 0.35
Hex 76 30 84 B 40 0 30 122 2F 23
Octal 166 60 204 13 100 0 60 442 57 43
Binary 1110110 110000 10000100 1011 1000000 0 110000 100100010 101111 100011

Color Harmonies of #763084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763084

Black with #763084

Text Example


Text Example

White with #763084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763084; }

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

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

background-color css

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

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

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

border-color css

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

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

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