Html Css Color HEX #730331 Tyrian Purple

📋 copy color: '#730331'

red 115 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #730331

Tints of Tyrian Purple #730331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 68.86%
G = 1.8%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#730331 (or 0x730331) is known color: Tyrian Purple. HEX triplet: 73, 03 and 31. RGB value is (115,3,49). Sum of RGB (Red+Green+Blue) = 115+3+49=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730331 is #8CFCCE. Grayscale: #292929. Windows color (decimal): -9239759 or 3212147. OLE color: 3212147.

HSL color Cylindrical-coordinate representation of color #730331: hue angle of 335.36º 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 #730331 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 49 -
CMYK 0 0.97 0.57 0.55
HSL 335.36º 0.95% 0.23% -
HSV(B) 335.36º 0.97% 0.45% -
XYZ 7.66 3.93 3.26 -
YUV 41.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 115 3 49 0 0.97 0.57 0.55 335.36 0.95 0.23
Hex 73 3 31 0 61 39 37 14F 5F 17
Octal 163 3 61 0 141 71 67 517 137 27
Binary 1110011 11 110001 0 1100001 111001 110111 101001111 1011111 10111

Color Harmonies of #730331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730331

Black with #730331

Text Example


Text Example

White with #730331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730331; }

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

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

background-color css

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

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

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

border-color css

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

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

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