Html Css Color HEX #730853 Tyrian Purple

📋 copy color: '#730853'

red 115 ◦ green 8 ◦ blue 83

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

Shades of Tyrian Purple #730853

Tints of Tyrian Purple #730853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 55.83%
G = 3.88%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#730853 (or 0x730853) is known color: Tyrian Purple. HEX triplet: 73, 08 and 53. RGB value is (115,8,83). Sum of RGB (Red+Green+Blue) = 115+8+83=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730853 is #8CF7AC. Grayscale: #303030. Windows color (decimal): -9238445 or 5441651. OLE color: 5441651.

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

Color convert

RGB 115 8 83 -
CMYK 0 0.93 0.28 0.55
HSL 317.94º 0.87% 0.24% -
HSV(B) 317.94º 0.93% 0.45% -
XYZ 8.72 4.44 8.58 -
YUV 48.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 115 8 83 0 0.93 0.28 0.55 317.94 0.87 0.24
Hex 73 8 53 0 5D 1C 37 13E 57 18
Octal 163 10 123 0 135 34 67 476 127 30
Binary 1110011 1000 1010011 0 1011101 11100 110111 100111110 1010111 11000

Color Harmonies of #730853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730853

Black with #730853

Text Example


Text Example

White with #730853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730853; }

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

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

background-color css

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

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

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

border-color css

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

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

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