Html Css Color HEX #730353 Tyrian Purple

📋 copy color: '#730353'

red 115 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #730353

Tints of Tyrian Purple #730353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 57.21%
G = 1.49%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#730353 (or 0x730353) is known color: Tyrian Purple. HEX triplet: 73, 03 and 53. RGB value is (115,3,83). Sum of RGB (Red+Green+Blue) = 115+3+83=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730353 is #8CFCAC. Grayscale: #2D2D2D. Windows color (decimal): -9239725 or 5440371. OLE color: 5440371.

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

Color convert

RGB 115 3 83 -
CMYK 0 0.97 0.28 0.55
HSL 317.14º 0.95% 0.23% -
HSV(B) 317.14º 0.97% 0.45% -
XYZ 8.66 4.33 8.56 -
YUV 45.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 115 3 83 0 0.97 0.28 0.55 317.14 0.95 0.23
Hex 73 3 53 0 61 1C 37 13D 5F 17
Octal 163 3 123 0 141 34 67 475 137 27
Binary 1110011 11 1010011 0 1100001 11100 110111 100111101 1011111 10111

Color Harmonies of #730353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730353

Black with #730353

Text Example


Text Example

White with #730353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730353; }

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

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

background-color css

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

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

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

border-color css

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

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

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