Html Css Color HEX #764094 Vivid Violet

📋 copy color: '#764094'

red 118 ◦ green 64 ◦ blue 148

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

Shades of Vivid Violet #764094

Tints of Vivid Violet #764094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 35.76%
G = 19.39%
B = 44.85%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764094 (or 0x764094) is known color: Vivid Violet. HEX triplet: 76, 40 and 94. RGB value is (118,64,148). Sum of RGB (Red+Green+Blue) = 118+64+148=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #764094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764094 is #89BF6B. Grayscale: #595959. Windows color (decimal): -9027436 or 9715830. OLE color: 9715830.

HSL color Cylindrical-coordinate representation of color #764094: hue angle of 278.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764094 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 64 148 -
CMYK 0.20 0.57 0 0.42
HSL 278.57º 0.4% 0.42% -
HSV(B) 278.57º 0.57% 0.58% -
XYZ 14.65 9.66 29.11 -
YUV 89.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 118 64 148 0.20 0.57 0 0.42 278.57 0.4 0.42
Hex 76 40 94 14 39 0 2A 117 28 2A
Octal 166 100 224 24 71 0 52 427 50 52
Binary 1110110 1000000 10010100 10100 111001 0 101010 100010111 101000 101010

Color Harmonies of #764094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764094

Black with #764094

Text Example


Text Example

White with #764094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764094; }

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

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

background-color css

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

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

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

border-color css

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

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

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