Html Css Color HEX #764087 Vivid Violet

📋 copy color: '#764087'

red 118 ◦ green 64 ◦ blue 135

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

Shades of Vivid Violet #764087

Tints of Vivid Violet #764087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 37.22%
G = 20.19%
B = 42.59%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#764087 (or 0x764087) is known color: Vivid Violet. HEX triplet: 76, 40 and 87. RGB value is (118,64,135). Sum of RGB (Red+Green+Blue) = 118+64+135=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #764087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764087 is #89BF78. Grayscale: #585858. Windows color (decimal): -9027449 or 8863862. OLE color: 8863862.

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

Color convert

RGB 118 64 135 -
CMYK 0.13 0.53 0 0.47
HSL 285.63º 0.36% 0.39% -
HSV(B) 285.63º 0.53% 0.53% -
XYZ 13.68 9.27 23.99 -
YUV 88.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 118 64 135 0.13 0.53 0 0.47 285.63 0.36 0.39
Hex 76 40 87 D 35 0 2F 11E 24 27
Octal 166 100 207 15 65 0 57 436 44 47
Binary 1110110 1000000 10000111 1101 110101 0 101111 100011110 100100 100111

Color Harmonies of #764087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764087

Black with #764087

Text Example


Text Example

White with #764087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764087; }

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

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

background-color css

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

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

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

border-color css

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

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

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