Html Css Color HEX #730E3C Tyrian Purple

📋 copy color: '#730E3C'

red 115 ◦ green 14 ◦ blue 60

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

Shades of Tyrian Purple #730E3C

Tints of Tyrian Purple #730E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.41%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 60.85%
G = 7.41%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#730E3C (or 0x730E3C) is known color: Tyrian Purple. HEX triplet: 73, 0E and 3C. RGB value is (115,14,60). Sum of RGB (Red+Green+Blue) = 115+14+60=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E3C is #8CF1C3. Grayscale: #313131. Windows color (decimal): -9236932 or 3935859. OLE color: 3935859.

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

Color convert

RGB 115 14 60 -
CMYK 0 0.88 0.48 0.55
HSL 332.67º 0.78% 0.25% -
HSV(B) 332.67º 0.88% 0.45% -
XYZ 8.04 4.29 4.68 -
YUV 49.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 115 14 60 0 0.88 0.48 0.55 332.67 0.78 0.25
Hex 73 E 3C 0 58 30 37 14D 4E 19
Octal 163 16 74 0 130 60 67 515 116 31
Binary 1110011 1110 111100 0 1011000 110000 110111 101001101 1001110 11001

Color Harmonies of #730E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E3C

Black with #730E3C

Text Example


Text Example

White with #730E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,60); }

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

background-color css

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

 a { background-color: rgb(115,14,60); }

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

border-color css

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

 span { border-color: rgb(115,14,60); }

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