Html Css Color HEX #76278E Vivid Violet

📋 copy color: '#76278E'

red 118 ◦ green 39 ◦ blue 142

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

Shades of Vivid Violet #76278E

Tints of Vivid Violet #76278E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.49%

R = 39.46%
G = 13.04%
B = 47.49%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76278E (or 0x76278E) is known color: Vivid Violet. HEX triplet: 76, 27 and 8E. RGB value is (118,39,142). Sum of RGB (Red+Green+Blue) = 118+39+142=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #76278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76278E is #89D871. Grayscale: #4A4A4A. Windows color (decimal): -9033842 or 9316214. OLE color: 9316214.

HSL color Cylindrical-coordinate representation of color #76278E: hue angle of 286.02º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76278E is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 39 142 -
CMYK 0.17 0.73 0 0.44
HSL 286.02º 0.57% 0.35% -
HSV(B) 286.02º 0.73% 0.56% -
XYZ 13.08 7.26 26.3 -
YUV 74.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 118 39 142 0.17 0.73 0 0.44 286.02 0.57 0.35
Hex 76 27 8E 11 49 0 2C 11E 39 23
Octal 166 47 216 21 111 0 54 436 71 43
Binary 1110110 100111 10001110 10001 1001001 0 101100 100011110 111001 100011

Color Harmonies of #76278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76278E

Black with #76278E

Text Example


Text Example

White with #76278E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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