Html Css Color HEX #73063D Tyrian Purple

📋 copy color: '#73063D'

red 115 ◦ green 6 ◦ blue 61

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

Shades of Tyrian Purple #73063D

Tints of Tyrian Purple #73063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 63.19%
G = 3.3%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73063D (or 0x73063D) is known color: Tyrian Purple. HEX triplet: 73, 06 and 3D. RGB value is (115,6,61). Sum of RGB (Red+Green+Blue) = 115+6+61=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73063D is #8CF9C2. Grayscale: #2C2C2C. Windows color (decimal): -9238979 or 3999347. OLE color: 3999347.

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

Color convert

RGB 115 6 61 -
CMYK 0 0.95 0.47 0.55
HSL 329.72º 0.9% 0.24% -
HSV(B) 329.72º 0.95% 0.45% -
XYZ 7.98 4.11 4.79 -
YUV 44.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 115 6 61 0 0.95 0.47 0.55 329.72 0.9 0.24
Hex 73 6 3D 0 5F 2F 37 14A 5A 18
Octal 163 6 75 0 137 57 67 512 132 30
Binary 1110011 110 111101 0 1011111 101111 110111 101001010 1011010 11000

Color Harmonies of #73063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73063D

Black with #73063D

Text Example


Text Example

White with #73063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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