Html Css Color HEX #730573 Purple

📋 copy color: '#730573'

red 115 ◦ green 5 ◦ blue 115

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

Shades of Purple #730573

Tints of Purple #730573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 48.94%
G = 2.13%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730573 (or 0x730573) is known color: Purple. HEX triplet: 73, 05 and 73. RGB value is (115,5,115). Sum of RGB (Red+Green+Blue) = 115+5+115=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730573 is #8CFA8C. Grayscale: #323232. Windows color (decimal): -9239181 or 7538035. OLE color: 7538035.

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

Color convert

RGB 115 5 115 -
CMYK 0 0.96 0 0.55
HSL 300º 0.92% 0.24% -
HSV(B) 300º 0.96% 0.45% -
XYZ 10.22 4.99 16.64 -
YUV 50.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 115 5 115 0 0.96 0 0.55 300 0.92 0.24
Hex 73 5 73 0 60 0 37 12C 5C 18
Octal 163 5 163 0 140 0 67 454 134 30
Binary 1110011 101 1110011 0 1100000 0 110111 100101100 1011100 11000

Color Harmonies of #730573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730573

Black with #730573

Text Example


Text Example

White with #730573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730573; }

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

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

background-color css

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

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

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

border-color css

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

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

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