Html Css Color HEX #73298E Vivid Violet

📋 copy color: '#73298E'

red 115 ◦ green 41 ◦ blue 142

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

Shades of Vivid Violet #73298E

Tints of Vivid Violet #73298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 38.59%
G = 13.76%
B = 47.65%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73298E (or 0x73298E) is known color: Vivid Violet. HEX triplet: 73, 29 and 8E. RGB value is (115,41,142). Sum of RGB (Red+Green+Blue) = 115+41+142=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #73298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73298E is #8CD671. Grayscale: #4A4A4A. Windows color (decimal): -9229938 or 9316723. OLE color: 9316723.

HSL color Cylindrical-coordinate representation of color #73298E: hue angle of 283.96º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73298E is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 41 142 -
CMYK 0.19 0.71 0 0.44
HSL 283.96º 0.55% 0.36% -
HSV(B) 283.96º 0.71% 0.56% -
XYZ 12.75 7.18 26.31 -
YUV 74.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 115 41 142 0.19 0.71 0 0.44 283.96 0.55 0.36
Hex 73 29 8E 13 47 0 2C 11C 37 24
Octal 163 51 216 23 107 0 54 434 67 44
Binary 1110011 101001 10001110 10011 1000111 0 101100 100011100 110111 100100

Color Harmonies of #73298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73298E

Black with #73298E

Text Example


Text Example

White with #73298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73298E; }

 p { color: rgb(115,41,142); }

 H1.HeaderClassName
 {
   color: #73298E;
 }
 .AnyTagClassName
 {
   color: #73298E;
 }
</style>

background-color css

<style>
 a { background-color: #73298E; }

 a { background-color: rgb(115,41,142); }

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

border-color css

<style>
 span { border-color: #73298E; }

 span { border-color: rgb(115,41,142); }

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