Html Css Color HEX #764089 Vivid Violet

📋 copy color: '#764089'

red 118 ◦ green 64 ◦ blue 137

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

Shades of Vivid Violet #764089

Tints of Vivid Violet #764089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 36.99%
G = 20.06%
B = 42.95%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#764089 (or 0x764089) is known color: Vivid Violet. HEX triplet: 76, 40 and 89. RGB value is (118,64,137). Sum of RGB (Red+Green+Blue) = 118+64+137=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #764089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764089 is #89BF76. Grayscale: #585858. Windows color (decimal): -9027447 or 8994934. OLE color: 8994934.

HSL color Cylindrical-coordinate representation of color #764089: hue angle of 284.38º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764089 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 64 137 -
CMYK 0.14 0.53 0 0.46
HSL 284.38º 0.36% 0.39% -
HSV(B) 284.38º 0.53% 0.54% -
XYZ 13.82 9.32 24.74 -
YUV 88.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 118 64 137 0.14 0.53 0 0.46 284.38 0.36 0.39
Hex 76 40 89 E 35 0 2E 11C 24 27
Octal 166 100 211 16 65 0 56 434 44 47
Binary 1110110 1000000 10001001 1110 110101 0 101110 100011100 100100 100111

Color Harmonies of #764089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764089

Black with #764089

Text Example


Text Example

White with #764089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764089; }

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

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

background-color css

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

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

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

border-color css

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

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

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