Html Css Color HEX #73318D Vivid Violet

📋 copy color: '#73318D'

red 115 ◦ green 49 ◦ blue 141

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

Shades of Vivid Violet #73318D

Tints of Vivid Violet #73318D

RGB

 RED value IS 115 (45.31% from 255) = 37.7%

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

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

R = 37.7%
G = 16.07%
B = 46.23%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73318D (or 0x73318D) is known color: Vivid Violet. HEX triplet: 73, 31 and 8D. RGB value is (115,49,141). Sum of RGB (Red+Green+Blue) = 115+49+141=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #73318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73318D is #8CCE72. Grayscale: #4E4E4E. Windows color (decimal): -9227891 or 9253235. OLE color: 9253235.

HSL color Cylindrical-coordinate representation of color #73318D: hue angle of 283.04º 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 #73318D is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 49 141 -
CMYK 0.18 0.65 0 0.45
HSL 283.04º 0.48% 0.37% -
HSV(B) 283.04º 0.65% 0.55% -
XYZ 12.98 7.76 26.01 -
YUV 79.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 115 49 141 0.18 0.65 0 0.45 283.04 0.48 0.37
Hex 73 31 8D 12 41 0 2D 11B 30 25
Octal 163 61 215 22 101 0 55 433 60 45
Binary 1110011 110001 10001101 10010 1000001 0 101101 100011011 110000 100101

Color Harmonies of #73318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73318D

Black with #73318D

Text Example


Text Example

White with #73318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,49,141); }

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

background-color css

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

 a { background-color: rgb(115,49,141); }

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

border-color css

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

 span { border-color: rgb(115,49,141); }

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