Html Css Color HEX #730149 Tyrian Purple

📋 copy color: '#730149'

red 115 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #730149

Tints of Tyrian Purple #730149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 60.85%
G = 0.53%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#730149 (or 0x730149) is known color: Tyrian Purple. HEX triplet: 73, 01 and 49. RGB value is (115,1,73). Sum of RGB (Red+Green+Blue) = 115+1+73=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730149 is #8CFEB6. Grayscale: #2B2B2B. Windows color (decimal): -9240247 or 4784499. OLE color: 4784499.

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

Color convert

RGB 115 1 73 -
CMYK 0 0.99 0.37 0.55
HSL 322.11º 0.98% 0.23% -
HSV(B) 322.11º 0.99% 0.45% -
XYZ 8.28 4.15 6.67 -
YUV 43.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 115 1 73 0 0.99 0.37 0.55 322.11 0.98 0.23
Hex 73 1 49 0 63 25 37 142 62 17
Octal 163 1 111 0 143 45 67 502 142 27
Binary 1110011 1 1001001 0 1100011 100101 110111 101000010 1100010 10111

Color Harmonies of #730149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730149

Black with #730149

Text Example


Text Example

White with #730149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730149; }

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

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

background-color css

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

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

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

border-color css

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

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

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