Html Css Color HEX #730773 Purple

📋 copy color: '#730773'

red 115 ◦ green 7 ◦ blue 115

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

Shades of Purple #730773

Tints of Purple #730773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 48.52%
G = 2.95%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730773 (or 0x730773) is known color: Purple. HEX triplet: 73, 07 and 73. RGB value is (115,7,115). Sum of RGB (Red+Green+Blue) = 115+7+115=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730773 is #8CF88C. Grayscale: #333333. Windows color (decimal): -9238669 or 7538547. OLE color: 7538547.

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

Color convert

RGB 115 7 115 -
CMYK 0 0.94 0 0.55
HSL 300º 0.89% 0.24% -
HSV(B) 300º 0.94% 0.45% -
XYZ 10.24 5.03 16.65 -
YUV 51.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 115 7 115 0 0.94 0 0.55 300 0.89 0.24
Hex 73 7 73 0 5E 0 37 12C 59 18
Octal 163 7 163 0 136 0 67 454 131 30
Binary 1110011 111 1110011 0 1011110 0 110111 100101100 1011001 11000

Color Harmonies of #730773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730773

Black with #730773

Text Example


Text Example

White with #730773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730773; }

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

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

background-color css

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

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

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

border-color css

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

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

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