Html Css Color HEX #730044 Tyrian Purple

📋 copy color: '#730044'

red 115 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #730044

Tints of Tyrian Purple #730044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 62.84%
G = 0%
B = 37.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#730044 (or 0x730044) is known color: Tyrian Purple. HEX triplet: 73, 00 and 44. RGB value is (115,0,68). Sum of RGB (Red+Green+Blue) = 115+0+68=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730044 is #8CFFBB. Grayscale: #292929. Windows color (decimal): -9240508 or 4456563. OLE color: 4456563.

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

Color convert

RGB 115 0 68 -
CMYK 0 1 0.41 0.55
HSL 324.52º 1% 0.23% -
HSV(B) 324.52º 1% 0.45% -
XYZ 8.11 4.06 5.83 -
YUV 42.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 115 0 68 0 1 0.41 0.55 324.52 1 0.23
Hex 73 0 44 0 64 29 37 145 64 17
Octal 163 0 104 0 144 51 67 505 144 27
Binary 1110011 0 1000100 0 1100100 101001 110111 101000101 1100100 10111

Color Harmonies of #730044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730044

Black with #730044

Text Example


Text Example

White with #730044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730044; }

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

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

background-color css

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

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

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

border-color css

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

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

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