Html Css Color HEX #730040 Tyrian Purple

📋 copy color: '#730040'

red 115 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #730040

Tints of Tyrian Purple #730040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 64.25%
G = 0%
B = 35.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#730040 (or 0x730040) is known color: Tyrian Purple. HEX triplet: 73, 00 and 40. RGB value is (115,0,64). Sum of RGB (Red+Green+Blue) = 115+0+64=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #730040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730040 is #8CFFBF. Grayscale: #292929. Windows color (decimal): -9240512 or 4194419. OLE color: 4194419.

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

Color convert

RGB 115 0 64 -
CMYK 0 1 0.44 0.55
HSL 326.61º 1% 0.23% -
HSV(B) 326.61º 1% 0.45% -
XYZ 8 4.02 5.2 -
YUV 41.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 115 0 64 0 1 0.44 0.55 326.61 1 0.23
Hex 73 0 40 0 64 2C 37 147 64 17
Octal 163 0 100 0 144 54 67 507 144 27
Binary 1110011 0 1000000 0 1100100 101100 110111 101000111 1100100 10111

Color Harmonies of #730040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730040

Black with #730040

Text Example


Text Example

White with #730040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730040; }

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

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

background-color css

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

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

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

border-color css

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

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

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