Html Css Color HEX #73013F Tyrian Purple

📋 copy color: '#73013F'

red 115 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #73013F

Tints of Tyrian Purple #73013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.2%

R = 64.25%
G = 0.56%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73013F (or 0x73013F) is known color: Tyrian Purple. HEX triplet: 73, 01 and 3F. RGB value is (115,1,63). Sum of RGB (Red+Green+Blue) = 115+1+63=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73013F is #8CFEC0. Grayscale: #2A2A2A. Windows color (decimal): -9240257 or 4129139. OLE color: 4129139.

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

Color convert

RGB 115 1 63 -
CMYK 0 0.99 0.45 0.55
HSL 327.37º 0.98% 0.23% -
HSV(B) 327.37º 0.99% 0.45% -
XYZ 7.98 4.03 5.06 -
YUV 42.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 115 1 63 0 0.99 0.45 0.55 327.37 0.98 0.23
Hex 73 1 3F 0 63 2D 37 147 62 17
Octal 163 1 77 0 143 55 67 507 142 27
Binary 1110011 1 111111 0 1100011 101101 110111 101000111 1100010 10111

Color Harmonies of #73013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73013F

Black with #73013F

Text Example


Text Example

White with #73013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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