Html Css Color HEX #73014C Tyrian Purple

📋 copy color: '#73014C'

red 115 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #73014C

Tints of Tyrian Purple #73014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 59.9%
G = 0.52%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73014C (or 0x73014C) is known color: Tyrian Purple. HEX triplet: 73, 01 and 4C. RGB value is (115,1,76). Sum of RGB (Red+Green+Blue) = 115+1+76=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73014C is #8CFEB3. Grayscale: #2B2B2B. Windows color (decimal): -9240244 or 4981107. OLE color: 4981107.

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

Color convert

RGB 115 1 76 -
CMYK 0 0.99 0.34 0.55
HSL 320.53º 0.98% 0.23% -
HSV(B) 320.53º 0.99% 0.45% -
XYZ 8.39 4.19 7.2 -
YUV 43.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 115 1 76 0 0.99 0.34 0.55 320.53 0.98 0.23
Hex 73 1 4C 0 63 22 37 141 62 17
Octal 163 1 114 0 143 42 67 501 142 27
Binary 1110011 1 1001100 0 1100011 100010 110111 101000001 1100010 10111

Color Harmonies of #73014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73014C

Black with #73014C

Text Example


Text Example

White with #73014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73014C; }

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

 H1.HeaderClassName
 {
   color: #73014C;
 }
 .AnyTagClassName
 {
   color: #73014C;
 }
</style>

background-color css

<style>
 a { background-color: #73014C; }

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

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

border-color css

<style>
 span { border-color: #73014C; }

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

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