Html Css Color HEX #73033D Tyrian Purple

📋 copy color: '#73033D'

red 115 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #73033D

Tints of Tyrian Purple #73033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

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

R = 64.25%
G = 1.68%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73033D (or 0x73033D) is known color: Tyrian Purple. HEX triplet: 73, 03 and 3D. RGB value is (115,3,61). Sum of RGB (Red+Green+Blue) = 115+3+61=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033D is #8CFCC2. Grayscale: #2A2A2A. Windows color (decimal): -9239747 or 3998579. OLE color: 3998579.

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

Color convert

RGB 115 3 61 -
CMYK 0 0.97 0.47 0.55
HSL 328.93º 0.95% 0.23% -
HSV(B) 328.93º 0.97% 0.45% -
XYZ 7.95 4.05 4.78 -
YUV 43.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 115 3 61 0 0.97 0.47 0.55 328.93 0.95 0.23
Hex 73 3 3D 0 61 2F 37 149 5F 17
Octal 163 3 75 0 141 57 67 511 137 27
Binary 1110011 11 111101 0 1100001 101111 110111 101001001 1011111 10111

Color Harmonies of #73033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73033D

Black with #73033D

Text Example


Text Example

White with #73033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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