Html Css Color HEX #76279C Vivid Violet

📋 copy color: '#76279C'

red 118 ◦ green 39 ◦ blue 156

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

Shades of Vivid Violet #76279C

Tints of Vivid Violet #76279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 37.7%
G = 12.46%
B = 49.84%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76279C (or 0x76279C) is known color: Vivid Violet. HEX triplet: 76, 27 and 9C. RGB value is (118,39,156). Sum of RGB (Red+Green+Blue) = 118+39+156=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #76279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76279C is #89D863. Grayscale: #4B4B4B. Windows color (decimal): -9033828 or 10233718. OLE color: 10233718.

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

Color convert

RGB 118 39 156 -
CMYK 0.24 0.75 0 0.39
HSL 280.51º 0.6% 0.38% -
HSV(B) 280.51º 0.75% 0.61% -
XYZ 14.2 7.7 32.19 -
YUV 75.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 118 39 156 0.24 0.75 0 0.39 280.51 0.6 0.38
Hex 76 27 9C 18 4B 0 27 119 3C 26
Octal 166 47 234 30 113 0 47 431 74 46
Binary 1110110 100111 10011100 11000 1001011 0 100111 100011001 111100 100110

Color Harmonies of #76279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76279C

Black with #76279C

Text Example


Text Example

White with #76279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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