Html Css Color HEX #730073 Purple

📋 copy color: '#730073'

red 115 ◦ green 0 ◦ blue 115

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

Shades of Purple #730073

Tints of Purple #730073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730073 (or 0x730073) is known color: Purple. HEX triplet: 73, 00 and 73. RGB value is (115,0,115). Sum of RGB (Red+Green+Blue) = 115+0+115=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730073 is #8CFF8C. Grayscale: #2F2F2F. Windows color (decimal): -9240461 or 7536755. OLE color: 7536755.

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

Color convert

RGB 115 0 115 -
CMYK 0 1 0 0.55
HSL 300º 1% 0.23% -
HSV(B) 300º 1% 0.45% -
XYZ 10.16 4.88 16.63 -
YUV 47.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 115 0 115 0 1 0 0.55 300 1 0.23
Hex 73 0 73 0 64 0 37 12C 64 17
Octal 163 0 163 0 144 0 67 454 144 27
Binary 1110011 0 1110011 0 1100100 0 110111 100101100 1100100 10111

Color Harmonies of #730073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730073

Black with #730073

Text Example


Text Example

White with #730073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730073; }

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

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

background-color css

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

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

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

border-color css

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

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

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