Html Css Color HEX #730471 Purple

📋 copy color: '#730471'

red 115 ◦ green 4 ◦ blue 113

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

Shades of Purple #730471

Tints of Purple #730471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 49.57%
G = 1.72%
B = 48.71%

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

#730471 (or 0x730471) is known color: Purple. HEX triplet: 73, 04 and 71. RGB value is (115,4,113). Sum of RGB (Red+Green+Blue) = 115+4+113=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #730471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730471 is #8CFB8E. Grayscale: #313131. Windows color (decimal): -9239439 or 7406707. OLE color: 7406707.

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

Color convert

RGB 115 4 113 -
CMYK 0 0.97 0.02 0.55
HSL 301.08º 0.93% 0.23% -
HSV(B) 301.08º 0.97% 0.45% -
XYZ 10.09 4.92 16.04 -
YUV 49.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 115 4 113 0 0.97 0.02 0.55 301.08 0.93 0.23
Hex 73 4 71 0 61 2 37 12D 5D 17
Octal 163 4 161 0 141 2 67 455 135 27
Binary 1110011 100 1110001 0 1100001 10 110111 100101101 1011101 10111

Color Harmonies of #730471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730471

Black with #730471

Text Example


Text Example

White with #730471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730471; }

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

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

background-color css

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

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

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

border-color css

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

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

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