Html Css Color HEX #730473 Purple

📋 copy color: '#730473'

red 115 ◦ green 4 ◦ blue 115

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

Shades of Purple #730473

Tints of Purple #730473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 49.15%
G = 1.71%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730473 (or 0x730473) is known color: Purple. HEX triplet: 73, 04 and 73. RGB value is (115,4,115). Sum of RGB (Red+Green+Blue) = 115+4+115=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730473 is #8CFB8C. Grayscale: #313131. Windows color (decimal): -9239437 or 7537779. OLE color: 7537779.

HSL color Cylindrical-coordinate representation of color #730473: hue angle of 300º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730473 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 115 -
CMYK 0 0.97 0 0.55
HSL 300º 0.93% 0.23% -
HSV(B) 300º 0.97% 0.45% -
XYZ 10.21 4.97 16.64 -
YUV 49.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 115 4 115 0 0.97 0 0.55 300 0.93 0.23
Hex 73 4 73 0 61 0 37 12C 5D 17
Octal 163 4 163 0 141 0 67 454 135 27
Binary 1110011 100 1110011 0 1100001 0 110111 100101100 1011101 10111

Color Harmonies of #730473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730473

Black with #730473

Text Example


Text Example

White with #730473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730473; }

 p { color: rgb(115,4,115); }

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

background-color css

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

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

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

border-color css

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

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

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