Html Css Color HEX #76398D Vivid Violet

📋 copy color: '#76398D'

red 118 ◦ green 57 ◦ blue 141

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

Shades of Vivid Violet #76398D

Tints of Vivid Violet #76398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 37.34%
G = 18.04%
B = 44.62%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76398D (or 0x76398D) is known color: Vivid Violet. HEX triplet: 76, 39 and 8D. RGB value is (118,57,141). Sum of RGB (Red+Green+Blue) = 118+57+141=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #76398D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76398D is #89C672. Grayscale: #545454. Windows color (decimal): -9029235 or 9255286. OLE color: 9255286.

HSL color Cylindrical-coordinate representation of color #76398D: hue angle of 283.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76398D is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 57 141 -
CMYK 0.16 0.60 0 0.45
HSL 283.57º 0.42% 0.39% -
HSV(B) 283.57º 0.6% 0.55% -
XYZ 13.74 8.7 26.15 -
YUV 84.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 118 57 141 0.16 0.60 0 0.45 283.57 0.42 0.39
Hex 76 39 8D 10 3C 0 2D 11C 2A 27
Octal 166 71 215 20 74 0 55 434 52 47
Binary 1110110 111001 10001101 10000 111100 0 101101 100011100 101010 100111

Color Harmonies of #76398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76398D

Black with #76398D

Text Example


Text Example

White with #76398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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