Html Css Color HEX #730C3A Tyrian Purple

📋 copy color: '#730C3A'

red 115 ◦ green 12 ◦ blue 58

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

Shades of Tyrian Purple #730C3A

Tints of Tyrian Purple #730C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

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

R = 62.16%
G = 6.49%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#730C3A (or 0x730C3A) is known color: Tyrian Purple. HEX triplet: 73, 0C and 3A. RGB value is (115,12,58). Sum of RGB (Red+Green+Blue) = 115+12+58=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C3A is #8CF3C5. Grayscale: #2F2F2F. Windows color (decimal): -9237446 or 3804275. OLE color: 3804275.

HSL color Cylindrical-coordinate representation of color #730C3A: hue angle of 333.2º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C3A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 58 -
CMYK 0 0.90 0.50 0.55
HSL 333.2º 0.81% 0.25% -
HSV(B) 333.2º 0.9% 0.45% -
XYZ 7.97 4.21 4.4 -
YUV 48.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 115 12 58 0 0.90 0.50 0.55 333.2 0.81 0.25
Hex 73 C 3A 0 5A 32 37 14D 51 19
Octal 163 14 72 0 132 62 67 515 121 31
Binary 1110011 1100 111010 0 1011010 110010 110111 101001101 1010001 11001

Color Harmonies of #730C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C3A

Black with #730C3A

Text Example


Text Example

White with #730C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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