Html Css Color HEX #73013D Tyrian Purple

📋 copy color: '#73013D'

red 115 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #73013D

Tints of Tyrian Purple #73013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 64.97%
G = 0.56%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73013D (or 0x73013D) is known color: Tyrian Purple. HEX triplet: 73, 01 and 3D. RGB value is (115,1,61). Sum of RGB (Red+Green+Blue) = 115+1+61=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73013D is #8CFEC2. Grayscale: #292929. Windows color (decimal): -9240259 or 3998067. OLE color: 3998067.

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

Color convert

RGB 115 1 61 -
CMYK 0 0.99 0.47 0.55
HSL 328.42º 0.98% 0.23% -
HSV(B) 328.42º 0.99% 0.45% -
XYZ 7.92 4 4.77 -
YUV 41.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 115 1 61 0 0.99 0.47 0.55 328.42 0.98 0.23
Hex 73 1 3D 0 63 2F 37 148 62 17
Octal 163 1 75 0 143 57 67 510 142 27
Binary 1110011 1 111101 0 1100011 101111 110111 101001000 1100010 10111

Color Harmonies of #73013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73013D

Black with #73013D

Text Example


Text Example

White with #73013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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