Html Css Color HEX #730553 Tyrian Purple

📋 copy color: '#730553'

red 115 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #730553

Tints of Tyrian Purple #730553

RGB

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

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

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

R = 56.65%
G = 2.46%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#730553 (or 0x730553) is known color: Tyrian Purple. HEX triplet: 73, 05 and 53. RGB value is (115,5,83). Sum of RGB (Red+Green+Blue) = 115+5+83=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730553 is #8CFAAC. Grayscale: #2E2E2E. Windows color (decimal): -9239213 or 5440883. OLE color: 5440883.

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

Color convert

RGB 115 5 83 -
CMYK 0 0.96 0.28 0.55
HSL 317.45º 0.92% 0.24% -
HSV(B) 317.45º 0.96% 0.45% -
XYZ 8.69 4.38 8.57 -
YUV 46.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 115 5 83 0 0.96 0.28 0.55 317.45 0.92 0.24
Hex 73 5 53 0 60 1C 37 13D 5C 18
Octal 163 5 123 0 140 34 67 475 134 30
Binary 1110011 101 1010011 0 1100000 11100 110111 100111101 1011100 11000

Color Harmonies of #730553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730553

Black with #730553

Text Example


Text Example

White with #730553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730553; }

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

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

background-color css

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

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

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

border-color css

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

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

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