Html Css Color HEX #764095 Vivid Violet

📋 copy color: '#764095'

red 118 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #764095

Tints of Vivid Violet #764095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 35.65%
G = 19.34%
B = 45.02%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764095 (or 0x764095) is known color: Vivid Violet. HEX triplet: 76, 40 and 95. RGB value is (118,64,149). Sum of RGB (Red+Green+Blue) = 118+64+149=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #764095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764095 is #89BF6A. Grayscale: #595959. Windows color (decimal): -9027435 or 9781366. OLE color: 9781366.

HSL color Cylindrical-coordinate representation of color #764095: hue angle of 278.12º 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 #764095 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 64 149 -
CMYK 0.21 0.57 0 0.42
HSL 278.12º 0.4% 0.42% -
HSV(B) 278.12º 0.57% 0.58% -
XYZ 14.73 9.69 29.53 -
YUV 89.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 118 64 149 0.21 0.57 0 0.42 278.12 0.4 0.42
Hex 76 40 95 15 39 0 2A 116 28 2A
Octal 166 100 225 25 71 0 52 426 50 52
Binary 1110110 1000000 10010101 10101 111001 0 101010 100010110 101000 101010

Color Harmonies of #764095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764095

Black with #764095

Text Example


Text Example

White with #764095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764095; }

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

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

background-color css

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

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

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

border-color css

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

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

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