Html Css Color HEX #730137 Tyrian Purple

📋 copy color: '#730137'

red 115 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #730137

Tints of Tyrian Purple #730137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 67.25%
G = 0.58%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#730137 (or 0x730137) is known color: Tyrian Purple. HEX triplet: 73, 01 and 37. RGB value is (115,1,55). Sum of RGB (Red+Green+Blue) = 115+1+55=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730137 is #8CFEC8. Grayscale: #292929. Windows color (decimal): -9240265 or 3604851. OLE color: 3604851.

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

Color convert

RGB 115 1 55 -
CMYK 0 0.99 0.52 0.55
HSL 331.58º 0.98% 0.23% -
HSV(B) 331.58º 0.99% 0.45% -
XYZ 7.77 3.94 3.97 -
YUV 41.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 115 1 55 0 0.99 0.52 0.55 331.58 0.98 0.23
Hex 73 1 37 0 63 34 37 14C 62 17
Octal 163 1 67 0 143 64 67 514 142 27
Binary 1110011 1 110111 0 1100011 110100 110111 101001100 1100010 10111

Color Harmonies of #730137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730137

Black with #730137

Text Example


Text Example

White with #730137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730137; }

 p { color: rgb(115,1,55); }

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

background-color css

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

 a { background-color: rgb(115,1,55); }

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

border-color css

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

 span { border-color: rgb(115,1,55); }

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