Html Css Color HEX #730441 Tyrian Purple

📋 copy color: '#730441'

red 115 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #730441

Tints of Tyrian Purple #730441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 62.5%
G = 2.17%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730441 (or 0x730441) is known color: Tyrian Purple. HEX triplet: 73, 04 and 41. RGB value is (115,4,65). Sum of RGB (Red+Green+Blue) = 115+4+65=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #730441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730441 is #8CFBBE. Grayscale: #2C2C2C. Windows color (decimal): -9239487 or 4260979. OLE color: 4260979.

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

Color convert

RGB 115 4 65 -
CMYK 0 0.97 0.43 0.55
HSL 327.03º 0.93% 0.23% -
HSV(B) 327.03º 0.97% 0.45% -
XYZ 8.07 4.11 5.37 -
YUV 44.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 115 4 65 0 0.97 0.43 0.55 327.03 0.93 0.23
Hex 73 4 41 0 61 2B 37 147 5D 17
Octal 163 4 101 0 141 53 67 507 135 27
Binary 1110011 100 1000001 0 1100001 101011 110111 101000111 1011101 10111

Color Harmonies of #730441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730441

Black with #730441

Text Example


Text Example

White with #730441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730441; }

 p { color: rgb(115,4,65); }

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

background-color css

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

 a { background-color: rgb(115,4,65); }

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

border-color css

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

 span { border-color: rgb(115,4,65); }

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