Html Css Color HEX #76289E Vivid Violet

📋 copy color: '#76289E'

red 118 ◦ green 40 ◦ blue 158

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

Shades of Vivid Violet #76289E

Tints of Vivid Violet #76289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 37.34%
G = 12.66%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76289E (or 0x76289E) is known color: Vivid Violet. HEX triplet: 76, 28 and 9E. RGB value is (118,40,158). Sum of RGB (Red+Green+Blue) = 118+40+158=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #76289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76289E is #89D761. Grayscale: #4C4C4C. Windows color (decimal): -9033570 or 10365046. OLE color: 10365046.

HSL color Cylindrical-coordinate representation of color #76289E: hue angle of 279.66º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76289E is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 40 158 -
CMYK 0.25 0.75 0 0.38
HSL 279.66º 0.6% 0.39% -
HSV(B) 279.66º 0.75% 0.62% -
XYZ 14.4 7.84 33.1 -
YUV 76.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 118 40 158 0.25 0.75 0 0.38 279.66 0.6 0.39
Hex 76 28 9E 19 4B 0 26 118 3C 27
Octal 166 50 236 31 113 0 46 430 74 47
Binary 1110110 101000 10011110 11001 1001011 0 100110 100011000 111100 100111

Color Harmonies of #76289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76289E

Black with #76289E

Text Example


Text Example

White with #76289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76289E; }

 p { color: rgb(118,40,158); }

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

background-color css

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

 a { background-color: rgb(118,40,158); }

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

border-color css

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

 span { border-color: rgb(118,40,158); }

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