Html Css Color HEX #76249C Vivid Violet

📋 copy color: '#76249C'

red 118 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #76249C

Tints of Vivid Violet #76249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 38.06%
G = 11.61%
B = 50.32%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76249C (or 0x76249C) is known color: Vivid Violet. HEX triplet: 76, 24 and 9C. RGB value is (118,36,156). Sum of RGB (Red+Green+Blue) = 118+36+156=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #76249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76249C is #89DB63. Grayscale: #494949. Windows color (decimal): -9034596 or 10232950. OLE color: 10232950.

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

Color convert

RGB 118 36 156 -
CMYK 0.24 0.77 0 0.39
HSL 281º 0.63% 0.38% -
HSV(B) 281º 0.77% 0.61% -
XYZ 14.1 7.51 32.16 -
YUV 74.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 118 36 156 0.24 0.77 0 0.39 281 0.63 0.38
Hex 76 24 9C 18 4D 0 27 119 3E 26
Octal 166 44 234 30 115 0 47 431 76 46
Binary 1110110 100100 10011100 11000 1001101 0 100111 100011001 111110 100110

Color Harmonies of #76249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76249C

Black with #76249C

Text Example


Text Example

White with #76249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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