Html Css Color HEX #730B38 Tyrian Purple

📋 copy color: '#730B38'

red 115 ◦ green 11 ◦ blue 56

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

Shades of Tyrian Purple #730B38

Tints of Tyrian Purple #730B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.04%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 63.19%
G = 6.04%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#730B38 (or 0x730B38) is known color: Tyrian Purple. HEX triplet: 73, 0B and 38. RGB value is (115,11,56). Sum of RGB (Red+Green+Blue) = 115+11+56=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #730B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B38 is #8CF4C7. Grayscale: #2F2F2F. Windows color (decimal): -9237704 or 3672947. OLE color: 3672947.

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

Color convert

RGB 115 11 56 -
CMYK 0 0.90 0.51 0.55
HSL 334.04º 0.83% 0.25% -
HSV(B) 334.04º 0.9% 0.45% -
XYZ 7.9 4.17 4.13 -
YUV 47.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 115 11 56 0 0.90 0.51 0.55 334.04 0.83 0.25
Hex 73 B 38 0 5A 33 37 14E 53 19
Octal 163 13 70 0 132 63 67 516 123 31
Binary 1110011 1011 111000 0 1011010 110011 110111 101001110 1010011 11001

Color Harmonies of #730B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B38

Black with #730B38

Text Example


Text Example

White with #730B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,56); }

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

background-color css

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

 a { background-color: rgb(115,11,56); }

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

border-color css

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

 span { border-color: rgb(115,11,56); }

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