Html Css Color HEX #730147 Tyrian Purple

📋 copy color: '#730147'

red 115 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #730147

Tints of Tyrian Purple #730147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 61.5%
G = 0.53%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#730147 (or 0x730147) is known color: Tyrian Purple. HEX triplet: 73, 01 and 47. RGB value is (115,1,71). Sum of RGB (Red+Green+Blue) = 115+1+71=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730147 is #8CFEB8. Grayscale: #2A2A2A. Windows color (decimal): -9240249 or 4653427. OLE color: 4653427.

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

Color convert

RGB 115 1 71 -
CMYK 0 0.99 0.38 0.55
HSL 323.16º 0.98% 0.23% -
HSV(B) 323.16º 0.99% 0.45% -
XYZ 8.22 4.12 6.32 -
YUV 43.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 115 1 71 0 0.99 0.38 0.55 323.16 0.98 0.23
Hex 73 1 47 0 63 26 37 143 62 17
Octal 163 1 107 0 143 46 67 503 142 27
Binary 1110011 1 1000111 0 1100011 100110 110111 101000011 1100010 10111

Color Harmonies of #730147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730147

Black with #730147

Text Example


Text Example

White with #730147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730147; }

 p { color: rgb(115,1,71); }

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

background-color css

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

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

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

border-color css

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

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

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