Html Css Color HEX #73003D Tyrian Purple

📋 copy color: '#73003D'

red 115 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #73003D

Tints of Tyrian Purple #73003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.34%
G = 0%
B = 34.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73003D (or 0x73003D) is known color: Tyrian Purple. HEX triplet: 73, 00 and 3D. RGB value is (115,0,61). Sum of RGB (Red+Green+Blue) = 115+0+61=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003D is #8CFFC2. Grayscale: #292929. Windows color (decimal): -9240515 or 3997811. OLE color: 3997811.

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

Color convert

RGB 115 0 61 -
CMYK 0 1 0.47 0.55
HSL 328.17º 1% 0.23% -
HSV(B) 328.17º 1% 0.45% -
XYZ 7.91 3.98 4.77 -
YUV 41.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 115 0 61 0 1 0.47 0.55 328.17 1 0.23
Hex 73 0 3D 0 64 2F 37 148 64 17
Octal 163 0 75 0 144 57 67 510 144 27
Binary 1110011 0 111101 0 1100100 101111 110111 101001000 1100100 10111

Color Harmonies of #73003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73003D

Black with #73003D

Text Example


Text Example

White with #73003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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