Html Css Color HEX #76289A Vivid Violet

📋 copy color: '#76289A'

red 118 ◦ green 40 ◦ blue 154

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

Shades of Vivid Violet #76289A

Tints of Vivid Violet #76289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.36%

R = 37.82%
G = 12.82%
B = 49.36%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76289A (or 0x76289A) is known color: Vivid Violet. HEX triplet: 76, 28 and 9A. RGB value is (118,40,154). Sum of RGB (Red+Green+Blue) = 118+40+154=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #76289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76289A is #89D765. Grayscale: #4B4B4B. Windows color (decimal): -9033574 or 10102902. OLE color: 10102902.

HSL color Cylindrical-coordinate representation of color #76289A: hue angle of 281.05º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76289A is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 40 154 -
CMYK 0.23 0.74 0 0.40
HSL 281.05º 0.59% 0.38% -
HSV(B) 281.05º 0.74% 0.6% -
XYZ 14.06 7.7 31.32 -
YUV 76.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 118 40 154 0.23 0.74 0 0.40 281.05 0.59 0.38
Hex 76 28 9A 17 4A 0 28 119 3B 26
Octal 166 50 232 27 112 0 50 431 73 46
Binary 1110110 101000 10011010 10111 1001010 0 101000 100011001 111011 100110

Color Harmonies of #76289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76289A

Black with #76289A

Text Example


Text Example

White with #76289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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