Html Css Color HEX #730740 Tyrian Purple

📋 copy color: '#730740'

red 115 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #730740

Tints of Tyrian Purple #730740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 61.83%
G = 3.76%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#730740 (or 0x730740) is known color: Tyrian Purple. HEX triplet: 73, 07 and 40. RGB value is (115,7,64). Sum of RGB (Red+Green+Blue) = 115+7+64=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730740 is #8CF8BF. Grayscale: #2D2D2D. Windows color (decimal): -9238720 or 4196211. OLE color: 4196211.

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

Color convert

RGB 115 7 64 -
CMYK 0 0.94 0.44 0.55
HSL 328.33º 0.89% 0.24% -
HSV(B) 328.33º 0.94% 0.45% -
XYZ 8.07 4.17 5.23 -
YUV 45.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 115 7 64 0 0.94 0.44 0.55 328.33 0.89 0.24
Hex 73 7 40 0 5E 2C 37 148 59 18
Octal 163 7 100 0 136 54 67 510 131 30
Binary 1110011 111 1000000 0 1011110 101100 110111 101001000 1011001 11000

Color Harmonies of #730740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730740

Black with #730740

Text Example


Text Example

White with #730740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730740; }

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

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

background-color css

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

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

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

border-color css

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

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

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