Html Css Color HEX #730371 Purple

📋 copy color: '#730371'

red 115 ◦ green 3 ◦ blue 113

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

Shades of Purple #730371

Tints of Purple #730371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 49.78%
G = 1.3%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#730371 (or 0x730371) is known color: Purple. HEX triplet: 73, 03 and 71. RGB value is (115,3,113). Sum of RGB (Red+Green+Blue) = 115+3+113=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730371 is #8CFC8E. Grayscale: #303030. Windows color (decimal): -9239695 or 7406451. OLE color: 7406451.

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

Color convert

RGB 115 3 113 -
CMYK 0 0.97 0.02 0.55
HSL 301.07º 0.95% 0.23% -
HSV(B) 301.07º 0.97% 0.45% -
XYZ 10.08 4.9 16.04 -
YUV 49.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 115 3 113 0 0.97 0.02 0.55 301.07 0.95 0.23
Hex 73 3 71 0 61 2 37 12D 5F 17
Octal 163 3 161 0 141 2 67 455 137 27
Binary 1110011 11 1110001 0 1100001 10 110111 100101101 1011111 10111

Color Harmonies of #730371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730371

Black with #730371

Text Example


Text Example

White with #730371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730371; }

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

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

background-color css

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

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

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

border-color css

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

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

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