Html Css Color HEX #730050 Tyrian Purple

📋 copy color: '#730050'

red 115 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #730050

Tints of Tyrian Purple #730050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 58.97%
G = 0%
B = 41.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#730050 (or 0x730050) is known color: Tyrian Purple. HEX triplet: 73, 00 and 50. RGB value is (115,0,80). Sum of RGB (Red+Green+Blue) = 115+0+80=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #730050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730050 is #8CFFAF. Grayscale: #2B2B2B. Windows color (decimal): -9240496 or 5242995. OLE color: 5242995.

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

Color convert

RGB 115 0 80 -
CMYK 0 1 0.30 0.55
HSL 318.26º 1% 0.23% -
HSV(B) 318.26º 1% 0.45% -
XYZ 8.52 4.22 7.96 -
YUV 43.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 115 0 80 0 1 0.30 0.55 318.26 1 0.23
Hex 73 0 50 0 64 1E 37 13E 64 17
Octal 163 0 120 0 144 36 67 476 144 27
Binary 1110011 0 1010000 0 1100100 11110 110111 100111110 1100100 10111

Color Harmonies of #730050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730050

Black with #730050

Text Example


Text Example

White with #730050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730050; }

 p { color: rgb(115,0,80); }

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

background-color css

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

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

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

border-color css

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

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

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