Html Css Color HEX #76288D Vivid Violet

📋 copy color: '#76288D'

red 118 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #76288D

Tints of Vivid Violet #76288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 39.46%
G = 13.38%
B = 47.16%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76288D (or 0x76288D) is known color: Vivid Violet. HEX triplet: 76, 28 and 8D. RGB value is (118,40,141). Sum of RGB (Red+Green+Blue) = 118+40+141=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #76288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76288D is #89D772. Grayscale: #4A4A4A. Windows color (decimal): -9033587 or 9250934. OLE color: 9250934.

HSL color Cylindrical-coordinate representation of color #76288D: hue angle of 286.34º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76288D is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 40 141 -
CMYK 0.16 0.72 0 0.45
HSL 286.34º 0.56% 0.35% -
HSV(B) 286.34º 0.72% 0.55% -
XYZ 13.04 7.29 25.92 -
YUV 74.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 118 40 141 0.16 0.72 0 0.45 286.34 0.56 0.35
Hex 76 28 8D 10 48 0 2D 11E 38 23
Octal 166 50 215 20 110 0 55 436 70 43
Binary 1110110 101000 10001101 10000 1001000 0 101101 100011110 111000 100011

Color Harmonies of #76288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76288D

Black with #76288D

Text Example


Text Example

White with #76288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76288D; }

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

 H1.HeaderClassName
 {
   color: #76288D;
 }
 .AnyTagClassName
 {
   color: #76288D;
 }
</style>

background-color css

<style>
 a { background-color: #76288D; }

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

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

border-color css

<style>
 span { border-color: #76288D; }

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

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