Html Css Color HEX #73035B Tyrian Purple

📋 copy color: '#73035B'

red 115 ◦ green 3 ◦ blue 91

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

Shades of Tyrian Purple #73035B

Tints of Tyrian Purple #73035B

RGB

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

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

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

R = 55.02%
G = 1.44%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73035B (or 0x73035B) is known color: Tyrian Purple. HEX triplet: 73, 03 and 5B. RGB value is (115,3,91). Sum of RGB (Red+Green+Blue) = 115+3+91=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73035B is #8CFCA4. Grayscale: #2E2E2E. Windows color (decimal): -9239717 or 5964659. OLE color: 5964659.

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

Color convert

RGB 115 3 91 -
CMYK 0 0.97 0.21 0.55
HSL 312.86º 0.95% 0.23% -
HSV(B) 312.86º 0.97% 0.45% -
XYZ 8.99 4.47 10.29 -
YUV 46.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 115 3 91 0 0.97 0.21 0.55 312.86 0.95 0.23
Hex 73 3 5B 0 61 15 37 139 5F 17
Octal 163 3 133 0 141 25 67 471 137 27
Binary 1110011 11 1011011 0 1100001 10101 110111 100111001 1011111 10111

Color Harmonies of #73035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73035B

Black with #73035B

Text Example


Text Example

White with #73035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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