Html Css Color HEX #730541 Tyrian Purple

📋 copy color: '#730541'

red 115 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #730541

Tints of Tyrian Purple #730541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 62.16%
G = 2.7%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730541 (or 0x730541) is known color: Tyrian Purple. HEX triplet: 73, 05 and 41. RGB value is (115,5,65). Sum of RGB (Red+Green+Blue) = 115+5+65=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730541 is #8CFABE. Grayscale: #2C2C2C. Windows color (decimal): -9239231 or 4261235. OLE color: 4261235.

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

Color convert

RGB 115 5 65 -
CMYK 0 0.96 0.43 0.55
HSL 327.27º 0.92% 0.24% -
HSV(B) 327.27º 0.96% 0.45% -
XYZ 8.08 4.14 5.37 -
YUV 44.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 115 5 65 0 0.96 0.43 0.55 327.27 0.92 0.24
Hex 73 5 41 0 60 2B 37 147 5C 18
Octal 163 5 101 0 140 53 67 507 134 30
Binary 1110011 101 1000001 0 1100000 101011 110111 101000111 1011100 11000

Color Harmonies of #730541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730541

Black with #730541

Text Example


Text Example

White with #730541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730541; }

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

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

background-color css

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

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

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

border-color css

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

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

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