Html Css Color HEX #76408D Vivid Violet

📋 copy color: '#76408D'

red 118 ◦ green 64 ◦ blue 141

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

Shades of Vivid Violet #76408D

Tints of Vivid Violet #76408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 36.53%
G = 19.81%
B = 43.65%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76408D (or 0x76408D) is known color: Vivid Violet. HEX triplet: 76, 40 and 8D. RGB value is (118,64,141). Sum of RGB (Red+Green+Blue) = 118+64+141=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #76408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76408D is #89BF72. Grayscale: #585858. Windows color (decimal): -9027443 or 9257078. OLE color: 9257078.

HSL color Cylindrical-coordinate representation of color #76408D: hue angle of 282.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76408D is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 64 141 -
CMYK 0.16 0.55 0 0.45
HSL 282.08º 0.38% 0.4% -
HSV(B) 282.08º 0.55% 0.55% -
XYZ 14.11 9.44 26.28 -
YUV 88.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 118 64 141 0.16 0.55 0 0.45 282.08 0.38 0.4
Hex 76 40 8D 10 37 0 2D 11A 26 28
Octal 166 100 215 20 67 0 55 432 46 50
Binary 1110110 1000000 10001101 10000 110111 0 101101 100011010 100110 101000

Color Harmonies of #76408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76408D

Black with #76408D

Text Example


Text Example

White with #76408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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