Html Css Color HEX #73318C Vivid Violet

📋 copy color: '#73318C'

red 115 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #73318C

Tints of Vivid Violet #73318C

RGB

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

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

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

R = 37.83%
G = 16.12%
B = 46.05%

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

#73318C (or 0x73318C) is known color: Vivid Violet. HEX triplet: 73, 31 and 8C. RGB value is (115,49,140). Sum of RGB (Red+Green+Blue) = 115+49+140=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #73318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73318C is #8CCE73. Grayscale: #4E4E4E. Windows color (decimal): -9227892 or 9187699. OLE color: 9187699.

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

Color convert

RGB 115 49 140 -
CMYK 0.18 0.65 0 0.45
HSL 283.52º 0.48% 0.37% -
HSV(B) 283.52º 0.65% 0.55% -
XYZ 12.9 7.73 25.62 -
YUV 79.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 115 49 140 0.18 0.65 0 0.45 283.52 0.48 0.37
Hex 73 31 8C 12 41 0 2D 11C 30 25
Octal 163 61 214 22 101 0 55 434 60 45
Binary 1110011 110001 10001100 10010 1000001 0 101101 100011100 110000 100101

Color Harmonies of #73318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73318C

Black with #73318C

Text Example


Text Example

White with #73318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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