Html Css Color HEX #730373 Purple

📋 copy color: '#730373'

red 115 ◦ green 3 ◦ blue 115

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

Shades of Purple #730373

Tints of Purple #730373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 49.36%
G = 1.29%
B = 49.36%

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

#730373 (or 0x730373) is known color: Purple. HEX triplet: 73, 03 and 73. RGB value is (115,3,115). Sum of RGB (Red+Green+Blue) = 115+3+115=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730373 is #8CFC8C. Grayscale: #303030. Windows color (decimal): -9239693 or 7537523. OLE color: 7537523.

HSL color Cylindrical-coordinate representation of color #730373: hue angle of 300º degrees, saturation: 0.95, 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 #730373 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 115 -
CMYK 0 0.97 0 0.55
HSL 300º 0.95% 0.23% -
HSV(B) 300º 0.97% 0.45% -
XYZ 10.2 4.95 16.64 -
YUV 49.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 115 3 115 0 0.97 0 0.55 300 0.95 0.23
Hex 73 3 73 0 61 0 37 12C 5F 17
Octal 163 3 163 0 141 0 67 454 137 27
Binary 1110011 11 1110011 0 1100001 0 110111 100101100 1011111 10111

Color Harmonies of #730373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730373

Black with #730373

Text Example


Text Example

White with #730373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730373; }

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

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

background-color css

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

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

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

border-color css

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

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

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