Html Css Color HEX #73054C Tyrian Purple

📋 copy color: '#73054C'

red 115 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #73054C

Tints of Tyrian Purple #73054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 58.67%
G = 2.55%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73054C (or 0x73054C) is known color: Tyrian Purple. HEX triplet: 73, 05 and 4C. RGB value is (115,5,76). Sum of RGB (Red+Green+Blue) = 115+5+76=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73054C is #8CFAB3. Grayscale: #2D2D2D. Windows color (decimal): -9239220 or 4982131. OLE color: 4982131.

HSL color Cylindrical-coordinate representation of color #73054C: hue angle of 321.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73054C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 76 -
CMYK 0 0.96 0.34 0.55
HSL 321.27º 0.92% 0.24% -
HSV(B) 321.27º 0.96% 0.45% -
XYZ 8.43 4.28 7.22 -
YUV 45.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 115 5 76 0 0.96 0.34 0.55 321.27 0.92 0.24
Hex 73 5 4C 0 60 22 37 141 5C 18
Octal 163 5 114 0 140 42 67 501 134 30
Binary 1110011 101 1001100 0 1100000 100010 110111 101000001 1011100 11000

Color Harmonies of #73054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73054C

Black with #73054C

Text Example


Text Example

White with #73054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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