Html Css Color HEX #730431 Tyrian Purple

📋 copy color: '#730431'

red 115 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #730431

Tints of Tyrian Purple #730431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 68.45%
G = 2.38%
B = 29.17%

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

#730431 (or 0x730431) is known color: Tyrian Purple. HEX triplet: 73, 04 and 31. RGB value is (115,4,49). Sum of RGB (Red+Green+Blue) = 115+4+49=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #730431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730431 is #8CFBCE. Grayscale: #2A2A2A. Windows color (decimal): -9239503 or 3212403. OLE color: 3212403.

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

Color convert

RGB 115 4 49 -
CMYK 0 0.97 0.57 0.55
HSL 335.68º 0.93% 0.23% -
HSV(B) 335.68º 0.97% 0.45% -
XYZ 7.67 3.95 3.26 -
YUV 42.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 115 4 49 0 0.97 0.57 0.55 335.68 0.93 0.23
Hex 73 4 31 0 61 39 37 150 5D 17
Octal 163 4 61 0 141 71 67 520 135 27
Binary 1110011 100 110001 0 1100001 111001 110111 101010000 1011101 10111

Color Harmonies of #730431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730431

Black with #730431

Text Example


Text Example

White with #730431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730431; }

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

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

background-color css

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

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

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

border-color css

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

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

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