Html Css Color HEX #730741 Tyrian Purple

📋 copy color: '#730741'

red 115 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #730741

Tints of Tyrian Purple #730741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 61.5%
G = 3.74%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730741 (or 0x730741) is known color: Tyrian Purple. HEX triplet: 73, 07 and 41. RGB value is (115,7,65). Sum of RGB (Red+Green+Blue) = 115+7+65=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730741 is #8CF8BE. Grayscale: #2D2D2D. Windows color (decimal): -9238719 or 4261747. OLE color: 4261747.

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

Color convert

RGB 115 7 65 -
CMYK 0 0.94 0.43 0.55
HSL 327.78º 0.89% 0.24% -
HSV(B) 327.78º 0.94% 0.45% -
XYZ 8.1 4.18 5.38 -
YUV 45.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 115 7 65 0 0.94 0.43 0.55 327.78 0.89 0.24
Hex 73 7 41 0 5E 2B 37 148 59 18
Octal 163 7 101 0 136 53 67 510 131 30
Binary 1110011 111 1000001 0 1011110 101011 110111 101001000 1011001 11000

Color Harmonies of #730741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730741

Black with #730741

Text Example


Text Example

White with #730741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730741; }

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

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

background-color css

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

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

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

border-color css

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

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

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