Html Css Color HEX #730C39 Tyrian Purple

📋 copy color: '#730C39'

red 115 ◦ green 12 ◦ blue 57

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

Shades of Tyrian Purple #730C39

Tints of Tyrian Purple #730C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.98%

R = 62.5%
G = 6.52%
B = 30.98%

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

#730C39 (or 0x730C39) is known color: Tyrian Purple. HEX triplet: 73, 0C and 39. RGB value is (115,12,57). Sum of RGB (Red+Green+Blue) = 115+12+57=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #730C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C39 is #8CF3C6. Grayscale: #2F2F2F. Windows color (decimal): -9237447 or 3738739. OLE color: 3738739.

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

Color convert

RGB 115 12 57 -
CMYK 0 0.90 0.50 0.55
HSL 333.79º 0.81% 0.25% -
HSV(B) 333.79º 0.9% 0.45% -
XYZ 7.94 4.2 4.26 -
YUV 47.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 115 12 57 0 0.90 0.50 0.55 333.79 0.81 0.25
Hex 73 C 39 0 5A 32 37 14E 51 19
Octal 163 14 71 0 132 62 67 516 121 31
Binary 1110011 1100 111001 0 1011010 110010 110111 101001110 1010001 11001

Color Harmonies of #730C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C39

Black with #730C39

Text Example


Text Example

White with #730C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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