Html Css Color HEX #730041 Tyrian Purple

📋 copy color: '#730041'

red 115 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #730041

Tints of Tyrian Purple #730041

RGB

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

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

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

R = 63.89%
G = 0%
B = 36.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730041 (or 0x730041) is known color: Tyrian Purple. HEX triplet: 73, 00 and 41. RGB value is (115,0,65). Sum of RGB (Red+Green+Blue) = 115+0+65=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #730041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730041 is #8CFFBE. Grayscale: #292929. Windows color (decimal): -9240511 or 4259955. OLE color: 4259955.

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

Color convert

RGB 115 0 65 -
CMYK 0 1 0.43 0.55
HSL 326.09º 1% 0.23% -
HSV(B) 326.09º 1% 0.45% -
XYZ 8.02 4.03 5.36 -
YUV 41.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 115 0 65 0 1 0.43 0.55 326.09 1 0.23
Hex 73 0 41 0 64 2B 37 146 64 17
Octal 163 0 101 0 144 53 67 506 144 27
Binary 1110011 0 1000001 0 1100100 101011 110111 101000110 1100100 10111

Color Harmonies of #730041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730041

Black with #730041

Text Example


Text Example

White with #730041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730041; }

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

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

background-color css

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

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

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

border-color css

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

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

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