Html Css Color HEX #730540 Tyrian Purple

📋 copy color: '#730540'

red 115 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #730540

Tints of Tyrian Purple #730540

RGB

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

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

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

R = 62.5%
G = 2.72%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#730540 (or 0x730540) is known color: Tyrian Purple. HEX triplet: 73, 05 and 40. RGB value is (115,5,64). Sum of RGB (Red+Green+Blue) = 115+5+64=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #730540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730540 is #8CFABF. Grayscale: #2C2C2C. Windows color (decimal): -9239232 or 4195699. OLE color: 4195699.

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

Color convert

RGB 115 5 64 -
CMYK 0 0.96 0.44 0.55
HSL 327.82º 0.92% 0.24% -
HSV(B) 327.82º 0.96% 0.45% -
XYZ 8.05 4.12 5.22 -
YUV 44.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 115 5 64 0 0.96 0.44 0.55 327.82 0.92 0.24
Hex 73 5 40 0 60 2C 37 148 5C 18
Octal 163 5 100 0 140 54 67 510 134 30
Binary 1110011 101 1000000 0 1100000 101100 110111 101001000 1011100 11000

Color Harmonies of #730540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730540

Black with #730540

Text Example


Text Example

White with #730540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730540; }

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

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

background-color css

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

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

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

border-color css

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

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

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