Html Css Color HEX #730A53 Tyrian Purple

📋 copy color: '#730A53'

red 115 ◦ green 10 ◦ blue 83

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

Shades of Tyrian Purple #730A53

Tints of Tyrian Purple #730A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 55.29%
G = 4.81%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#730A53 (or 0x730A53) is known color: Tyrian Purple. HEX triplet: 73, 0A and 53. RGB value is (115,10,83). Sum of RGB (Red+Green+Blue) = 115+10+83=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #730A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A53 is #8CF5AC. Grayscale: #313131. Windows color (decimal): -9237933 or 5442163. OLE color: 5442163.

HSL color Cylindrical-coordinate representation of color #730A53: hue angle of 318.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A53 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 83 -
CMYK 0 0.91 0.28 0.55
HSL 318.29º 0.84% 0.25% -
HSV(B) 318.29º 0.91% 0.45% -
XYZ 8.74 4.49 8.59 -
YUV 49.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 115 10 83 0 0.91 0.28 0.55 318.29 0.84 0.25
Hex 73 A 53 0 5B 1C 37 13E 54 19
Octal 163 12 123 0 133 34 67 476 124 31
Binary 1110011 1010 1010011 0 1011011 11100 110111 100111110 1010100 11001

Color Harmonies of #730A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A53

Black with #730A53

Text Example


Text Example

White with #730A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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