Html Css Color HEX #73003F Tyrian Purple

📋 copy color: '#73003F'

red 115 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #73003F

Tints of Tyrian Purple #73003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.39%

R = 64.61%
G = 0%
B = 35.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73003F (or 0x73003F) is known color: Tyrian Purple. HEX triplet: 73, 00 and 3F. RGB value is (115,0,63). Sum of RGB (Red+Green+Blue) = 115+0+63=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003F is #8CFFC0. Grayscale: #292929. Windows color (decimal): -9240513 or 4128883. OLE color: 4128883.

HSL color Cylindrical-coordinate representation of color #73003F: hue angle of 327.13º 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 #73003F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 63 -
CMYK 0 1 0.45 0.55
HSL 327.13º 1% 0.23% -
HSV(B) 327.13º 1% 0.45% -
XYZ 7.97 4 5.06 -
YUV 41.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 115 0 63 0 1 0.45 0.55 327.13 1 0.23
Hex 73 0 3F 0 64 2D 37 147 64 17
Octal 163 0 77 0 144 55 67 507 144 27
Binary 1110011 0 111111 0 1100100 101101 110111 101000111 1100100 10111

Color Harmonies of #73003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73003F

Black with #73003F

Text Example


Text Example

White with #73003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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