Html Css Color HEX #76398C Vivid Violet

📋 copy color: '#76398C'

red 118 ◦ green 57 ◦ blue 140

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

Shades of Vivid Violet #76398C

Tints of Vivid Violet #76398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 37.46%
G = 18.1%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76398C (or 0x76398C) is known color: Vivid Violet. HEX triplet: 76, 39 and 8C. RGB value is (118,57,140). Sum of RGB (Red+Green+Blue) = 118+57+140=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #76398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76398C is #89C673. Grayscale: #545454. Windows color (decimal): -9029236 or 9189750. OLE color: 9189750.

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

Color convert

RGB 118 57 140 -
CMYK 0.16 0.59 0 0.45
HSL 284.1º 0.42% 0.39% -
HSV(B) 284.1º 0.59% 0.55% -
XYZ 13.67 8.67 25.76 -
YUV 84.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 118 57 140 0.16 0.59 0 0.45 284.1 0.42 0.39
Hex 76 39 8C 10 3B 0 2D 11C 2A 27
Octal 166 71 214 20 73 0 55 434 52 47
Binary 1110110 111001 10001100 10000 111011 0 101101 100011100 101010 100111

Color Harmonies of #76398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76398C

Black with #76398C

Text Example


Text Example

White with #76398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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