Html Css Color HEX #730354 Tyrian Purple

📋 copy color: '#730354'

red 115 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #730354

Tints of Tyrian Purple #730354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 56.93%
G = 1.49%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#730354 (or 0x730354) is known color: Tyrian Purple. HEX triplet: 73, 03 and 54. RGB value is (115,3,84). Sum of RGB (Red+Green+Blue) = 115+3+84=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730354 is #8CFCAB. Grayscale: #2D2D2D. Windows color (decimal): -9239724 or 5505907. OLE color: 5505907.

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

Color convert

RGB 115 3 84 -
CMYK 0 0.97 0.27 0.55
HSL 316.61º 0.95% 0.23% -
HSV(B) 316.61º 0.97% 0.45% -
XYZ 8.7 4.35 8.77 -
YUV 45.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 115 3 84 0 0.97 0.27 0.55 316.61 0.95 0.23
Hex 73 3 54 0 61 1B 37 13D 5F 17
Octal 163 3 124 0 141 33 67 475 137 27
Binary 1110011 11 1010100 0 1100001 11011 110111 100111101 1011111 10111

Color Harmonies of #730354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730354

Black with #730354

Text Example


Text Example

White with #730354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730354; }

 p { color: rgb(115,3,84); }

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

background-color css

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

 a { background-color: rgb(115,3,84); }

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

border-color css

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

 span { border-color: rgb(115,3,84); }

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