Html Css Color HEX #73005D Tyrian Purple

📋 copy color: '#73005D'

red 115 ◦ green 0 ◦ blue 93

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

Shades of Tyrian Purple #73005D

Tints of Tyrian Purple #73005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 55.29%
G = 0%
B = 44.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73005D (or 0x73005D) is known color: Tyrian Purple. HEX triplet: 73, 00 and 5D. RGB value is (115,0,93). Sum of RGB (Red+Green+Blue) = 115+0+93=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73005D is #8CFFA2. Grayscale: #2C2C2C. Windows color (decimal): -9240483 or 6094963. OLE color: 6094963.

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

Color convert

RGB 115 0 93 -
CMYK 0 1 0.19 0.55
HSL 311.48º 1% 0.23% -
HSV(B) 311.48º 1% 0.45% -
XYZ 9.05 4.44 10.74 -
YUV 44.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 115 0 93 0 1 0.19 0.55 311.48 1 0.23
Hex 73 0 5D 0 64 13 37 137 64 17
Octal 163 0 135 0 144 23 67 467 144 27
Binary 1110011 0 1011101 0 1100100 10011 110111 100110111 1100100 10111

Color Harmonies of #73005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73005D

Black with #73005D

Text Example


Text Example

White with #73005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73005D; }

 p { color: rgb(115,0,93); }

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

background-color css

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

 a { background-color: rgb(115,0,93); }

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

border-color css

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

 span { border-color: rgb(115,0,93); }

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