Html Css Color HEX #76289C Vivid Violet

📋 copy color: '#76289C'

red 118 ◦ green 40 ◦ blue 156

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

Shades of Vivid Violet #76289C

Tints of Vivid Violet #76289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 37.58%
G = 12.74%
B = 49.68%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76289C (or 0x76289C) is known color: Vivid Violet. HEX triplet: 76, 28 and 9C. RGB value is (118,40,156). Sum of RGB (Red+Green+Blue) = 118+40+156=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #76289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76289C is #89D763. Grayscale: #4C4C4C. Windows color (decimal): -9033572 or 10233974. OLE color: 10233974.

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

Color convert

RGB 118 40 156 -
CMYK 0.24 0.74 0 0.39
HSL 280.34º 0.59% 0.38% -
HSV(B) 280.34º 0.74% 0.61% -
XYZ 14.23 7.77 32.2 -
YUV 76.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 118 40 156 0.24 0.74 0 0.39 280.34 0.59 0.38
Hex 76 28 9C 18 4A 0 27 118 3B 26
Octal 166 50 234 30 112 0 47 430 73 46
Binary 1110110 101000 10011100 11000 1001010 0 100111 100011000 111011 100110

Color Harmonies of #76289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76289C

Black with #76289C

Text Example


Text Example

White with #76289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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