Html Css Color HEX #730240 Tyrian Purple

📋 copy color: '#730240'

red 115 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #730240

Tints of Tyrian Purple #730240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 63.54%
G = 1.1%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#730240 (or 0x730240) is known color: Tyrian Purple. HEX triplet: 73, 02 and 40. RGB value is (115,2,64). Sum of RGB (Red+Green+Blue) = 115+2+64=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #730240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730240 is #8CFDBF. Grayscale: #2A2A2A. Windows color (decimal): -9240000 or 4194931. OLE color: 4194931.

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

Color convert

RGB 115 2 64 -
CMYK 0 0.98 0.44 0.55
HSL 327.08º 0.97% 0.23% -
HSV(B) 327.08º 0.98% 0.45% -
XYZ 8.02 4.06 5.21 -
YUV 42.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 115 2 64 0 0.98 0.44 0.55 327.08 0.97 0.23
Hex 73 2 40 0 62 2C 37 147 61 17
Octal 163 2 100 0 142 54 67 507 141 27
Binary 1110011 10 1000000 0 1100010 101100 110111 101000111 1100001 10111

Color Harmonies of #730240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730240

Black with #730240

Text Example


Text Example

White with #730240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730240; }

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

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

background-color css

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

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

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

border-color css

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

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

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