Html Css Color HEX #730873 Purple

📋 copy color: '#730873'

red 115 ◦ green 8 ◦ blue 115

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

Shades of Purple #730873

Tints of Purple #730873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 48.32%
G = 3.36%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730873 (or 0x730873) is known color: Purple. HEX triplet: 73, 08 and 73. RGB value is (115,8,115). Sum of RGB (Red+Green+Blue) = 115+8+115=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730873 is #8CF78C. Grayscale: #333333. Windows color (decimal): -9238413 or 7538803. OLE color: 7538803.

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

Color convert

RGB 115 8 115 -
CMYK 0 0.93 0 0.55
HSL 300º 0.87% 0.24% -
HSV(B) 300º 0.93% 0.45% -
XYZ 10.25 5.06 16.66 -
YUV 52.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 115 8 115 0 0.93 0 0.55 300 0.87 0.24
Hex 73 8 73 0 5D 0 37 12C 57 18
Octal 163 10 163 0 135 0 67 454 127 30
Binary 1110011 1000 1110011 0 1011101 0 110111 100101100 1010111 11000

Color Harmonies of #730873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730873

Black with #730873

Text Example


Text Example

White with #730873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730873; }

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

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

background-color css

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

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

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

border-color css

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

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

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