Html Css Color HEX #73055B Tyrian Purple

📋 copy color: '#73055B'

red 115 ◦ green 5 ◦ blue 91

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

Shades of Tyrian Purple #73055B

Tints of Tyrian Purple #73055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 54.5%
G = 2.37%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73055B (or 0x73055B) is known color: Tyrian Purple. HEX triplet: 73, 05 and 5B. RGB value is (115,5,91). Sum of RGB (Red+Green+Blue) = 115+5+91=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73055B is #8CFAA4. Grayscale: #2F2F2F. Windows color (decimal): -9239205 or 5965171. OLE color: 5965171.

HSL color Cylindrical-coordinate representation of color #73055B: hue angle of 313.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73055B is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 91 -
CMYK 0 0.96 0.21 0.55
HSL 313.09º 0.92% 0.24% -
HSV(B) 313.09º 0.96% 0.45% -
XYZ 9.01 4.51 10.29 -
YUV 47.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 115 5 91 0 0.96 0.21 0.55 313.09 0.92 0.24
Hex 73 5 5B 0 60 15 37 139 5C 18
Octal 163 5 133 0 140 25 67 471 134 30
Binary 1110011 101 1011011 0 1100000 10101 110111 100111001 1011100 11000

Color Harmonies of #73055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73055B

Black with #73055B

Text Example


Text Example

White with #73055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73055B; }

 p { color: rgb(115,5,91); }

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

background-color css

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

 a { background-color: rgb(115,5,91); }

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

border-color css

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

 span { border-color: rgb(115,5,91); }

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