Html Css Color HEX #730336 Tyrian Purple

📋 copy color: '#730336'

red 115 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #730336

Tints of Tyrian Purple #730336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 66.86%
G = 1.74%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#730336 (or 0x730336) is known color: Tyrian Purple. HEX triplet: 73, 03 and 36. RGB value is (115,3,54). Sum of RGB (Red+Green+Blue) = 115+3+54=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730336 is #8CFCC9. Grayscale: #2A2A2A. Windows color (decimal): -9239754 or 3539827. OLE color: 3539827.

HSL color Cylindrical-coordinate representation of color #730336: hue angle of 332.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730336 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 54 -
CMYK 0 0.97 0.53 0.55
HSL 332.68º 0.95% 0.23% -
HSV(B) 332.68º 0.97% 0.45% -
XYZ 7.77 3.98 3.85 -
YUV 42.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 115 3 54 0 0.97 0.53 0.55 332.68 0.95 0.23
Hex 73 3 36 0 61 35 37 14D 5F 17
Octal 163 3 66 0 141 65 67 515 137 27
Binary 1110011 11 110110 0 1100001 110101 110111 101001101 1011111 10111

Color Harmonies of #730336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730336

Black with #730336

Text Example


Text Example

White with #730336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730336; }

 p { color: rgb(115,3,54); }

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

background-color css

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

 a { background-color: rgb(115,3,54); }

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

border-color css

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

 span { border-color: rgb(115,3,54); }

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