Html Css Color HEX #730453 Tyrian Purple

📋 copy color: '#730453'

red 115 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #730453

Tints of Tyrian Purple #730453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 56.93%
G = 1.98%
B = 41.09%

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

#730453 (or 0x730453) is known color: Tyrian Purple. HEX triplet: 73, 04 and 53. RGB value is (115,4,83). Sum of RGB (Red+Green+Blue) = 115+4+83=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730453 is #8CFBAC. Grayscale: #2D2D2D. Windows color (decimal): -9239469 or 5440627. OLE color: 5440627.

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

Color convert

RGB 115 4 83 -
CMYK 0 0.97 0.28 0.55
HSL 317.3º 0.93% 0.23% -
HSV(B) 317.3º 0.97% 0.45% -
XYZ 8.67 4.36 8.57 -
YUV 46.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 115 4 83 0 0.97 0.28 0.55 317.3 0.93 0.23
Hex 73 4 53 0 61 1C 37 13D 5D 17
Octal 163 4 123 0 141 34 67 475 135 27
Binary 1110011 100 1010011 0 1100001 11100 110111 100111101 1011101 10111

Color Harmonies of #730453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730453

Black with #730453

Text Example


Text Example

White with #730453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730453; }

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

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

background-color css

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

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

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

border-color css

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

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

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