Html Css Color HEX #764084 Vivid Violet

📋 copy color: '#764084'

red 118 ◦ green 64 ◦ blue 132

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

Shades of Vivid Violet #764084

Tints of Vivid Violet #764084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

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

R = 37.58%
G = 20.38%
B = 42.04%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#764084 (or 0x764084) is known color: Vivid Violet. HEX triplet: 76, 40 and 84. RGB value is (118,64,132). Sum of RGB (Red+Green+Blue) = 118+64+132=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #764084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764084 is #89BF7B. Grayscale: #575757. Windows color (decimal): -9027452 or 8667254. OLE color: 8667254.

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

Color convert

RGB 118 64 132 -
CMYK 0.11 0.52 0 0.48
HSL 287.65º 0.35% 0.38% -
HSV(B) 287.65º 0.52% 0.52% -
XYZ 13.47 9.18 22.89 -
YUV 87.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 118 64 132 0.11 0.52 0 0.48 287.65 0.35 0.38
Hex 76 40 84 B 34 0 30 120 23 26
Octal 166 100 204 13 64 0 60 440 43 46
Binary 1110110 1000000 10000100 1011 110100 0 110000 100100000 100011 100110

Color Harmonies of #764084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764084

Black with #764084

Text Example


Text Example

White with #764084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764084; }

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

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

background-color css

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

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

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

border-color css

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

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

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