Html Css Color HEX #730A3A Tyrian Purple

📋 copy color: '#730A3A'

red 115 ◦ green 10 ◦ blue 58

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

Shades of Tyrian Purple #730A3A

Tints of Tyrian Purple #730A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.69%

R = 62.84%
G = 5.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#730A3A (or 0x730A3A) is known color: Tyrian Purple. HEX triplet: 73, 0A and 3A. RGB value is (115,10,58). Sum of RGB (Red+Green+Blue) = 115+10+58=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A3A is #8CF5C5. Grayscale: #2E2E2E. Windows color (decimal): -9237958 or 3803763. OLE color: 3803763.

HSL color Cylindrical-coordinate representation of color #730A3A: hue angle of 332.57º 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 #730A3A is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 58 -
CMYK 0 0.91 0.50 0.55
HSL 332.57º 0.84% 0.25% -
HSV(B) 332.57º 0.91% 0.45% -
XYZ 7.94 4.17 4.39 -
YUV 46.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 115 10 58 0 0.91 0.50 0.55 332.57 0.84 0.25
Hex 73 A 3A 0 5B 32 37 14D 54 19
Octal 163 12 72 0 133 62 67 515 124 31
Binary 1110011 1010 111010 0 1011011 110010 110111 101001101 1010100 11001

Color Harmonies of #730A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A3A

Black with #730A3A

Text Example


Text Example

White with #730A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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