Html Css Color HEX #76318C Vivid Violet

📋 copy color: '#76318C'

red 118 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #76318C

Tints of Vivid Violet #76318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 38.44%
G = 15.96%
B = 45.6%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76318C (or 0x76318C) is known color: Vivid Violet. HEX triplet: 76, 31 and 8C. RGB value is (118,49,140). Sum of RGB (Red+Green+Blue) = 118+49+140=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #76318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76318C is #89CE73. Grayscale: #4F4F4F. Windows color (decimal): -9031284 or 9187702. OLE color: 9187702.

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

Color convert

RGB 118 49 140 -
CMYK 0.16 0.65 0 0.45
HSL 285.49º 0.48% 0.37% -
HSV(B) 285.49º 0.65% 0.55% -
XYZ 13.3 7.94 25.64 -
YUV 80.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 118 49 140 0.16 0.65 0 0.45 285.49 0.48 0.37
Hex 76 31 8C 10 41 0 2D 11D 30 25
Octal 166 61 214 20 101 0 55 435 60 45
Binary 1110110 110001 10001100 10000 1000001 0 101101 100011101 110000 100101

Color Harmonies of #76318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76318C

Black with #76318C

Text Example


Text Example

White with #76318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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