Html Css Color HEX #730139 Tyrian Purple

📋 copy color: '#730139'

red 115 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #730139

Tints of Tyrian Purple #730139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.95%

R = 66.47%
G = 0.58%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#730139 (or 0x730139) is known color: Tyrian Purple. HEX triplet: 73, 01 and 39. RGB value is (115,1,57). Sum of RGB (Red+Green+Blue) = 115+1+57=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730139 is #8CFEC6. Grayscale: #292929. Windows color (decimal): -9240263 or 3735923. OLE color: 3735923.

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

Color convert

RGB 115 1 57 -
CMYK 0 0.99 0.50 0.55
HSL 330.53º 0.98% 0.23% -
HSV(B) 330.53º 0.99% 0.45% -
XYZ 7.82 3.96 4.22 -
YUV 41.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 115 1 57 0 0.99 0.50 0.55 330.53 0.98 0.23
Hex 73 1 39 0 63 32 37 14B 62 17
Octal 163 1 71 0 143 62 67 513 142 27
Binary 1110011 1 111001 0 1100011 110010 110111 101001011 1100010 10111

Color Harmonies of #730139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730139

Black with #730139

Text Example


Text Example

White with #730139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730139; }

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

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

background-color css

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

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

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

border-color css

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

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

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