Html Css Color HEX #76278A Vivid Violet

📋 copy color: '#76278A'

red 118 ◦ green 39 ◦ blue 138

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

Shades of Vivid Violet #76278A

Tints of Vivid Violet #76278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 40%
G = 13.22%
B = 46.78%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76278A (or 0x76278A) is known color: Vivid Violet. HEX triplet: 76, 27 and 8A. RGB value is (118,39,138). Sum of RGB (Red+Green+Blue) = 118+39+138=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #76278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76278A is #89D875. Grayscale: #494949. Windows color (decimal): -9033846 or 9054070. OLE color: 9054070.

HSL color Cylindrical-coordinate representation of color #76278A: hue angle of 287.88º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76278A is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 39 138 -
CMYK 0.14 0.72 0 0.46
HSL 287.88º 0.56% 0.35% -
HSV(B) 287.88º 0.72% 0.54% -
XYZ 12.78 7.14 24.75 -
YUV 73.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 118 39 138 0.14 0.72 0 0.46 287.88 0.56 0.35
Hex 76 27 8A E 48 0 2E 120 38 23
Octal 166 47 212 16 110 0 56 440 70 43
Binary 1110110 100111 10001010 1110 1001000 0 101110 100100000 111000 100011

Color Harmonies of #76278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76278A

Black with #76278A

Text Example


Text Example

White with #76278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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