Html Css Color HEX #730550 Tyrian Purple

📋 copy color: '#730550'

red 115 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #730550

Tints of Tyrian Purple #730550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 57.5%
G = 2.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#730550 (or 0x730550) is known color: Tyrian Purple. HEX triplet: 73, 05 and 50. RGB value is (115,5,80). Sum of RGB (Red+Green+Blue) = 115+5+80=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #730550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730550 is #8CFAAF. Grayscale: #2E2E2E. Windows color (decimal): -9239216 or 5244275. OLE color: 5244275.

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

Color convert

RGB 115 5 80 -
CMYK 0 0.96 0.30 0.55
HSL 319.09º 0.92% 0.24% -
HSV(B) 319.09º 0.96% 0.45% -
XYZ 8.57 4.33 7.97 -
YUV 46.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 115 5 80 0 0.96 0.30 0.55 319.09 0.92 0.24
Hex 73 5 50 0 60 1E 37 13F 5C 18
Octal 163 5 120 0 140 36 67 477 134 30
Binary 1110011 101 1010000 0 1100000 11110 110111 100111111 1011100 11000

Color Harmonies of #730550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730550

Black with #730550

Text Example


Text Example

White with #730550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730550; }

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

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

background-color css

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

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

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

border-color css

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

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

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