Html Css Color HEX #730340 Tyrian Purple

📋 copy color: '#730340'

red 115 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #730340

Tints of Tyrian Purple #730340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 63.19%
G = 1.65%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#730340 (or 0x730340) is known color: Tyrian Purple. HEX triplet: 73, 03 and 40. RGB value is (115,3,64). Sum of RGB (Red+Green+Blue) = 115+3+64=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #730340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730340 is #8CFCBF. Grayscale: #2B2B2B. Windows color (decimal): -9239744 or 4195187. OLE color: 4195187.

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

Color convert

RGB 115 3 64 -
CMYK 0 0.97 0.44 0.55
HSL 327.32º 0.95% 0.23% -
HSV(B) 327.32º 0.97% 0.45% -
XYZ 8.03 4.08 5.21 -
YUV 43.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 115 3 64 0 0.97 0.44 0.55 327.32 0.95 0.23
Hex 73 3 40 0 61 2C 37 147 5F 17
Octal 163 3 100 0 141 54 67 507 137 27
Binary 1110011 11 1000000 0 1100001 101100 110111 101000111 1011111 10111

Color Harmonies of #730340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730340

Black with #730340

Text Example


Text Example

White with #730340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730340; }

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

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

background-color css

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

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

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

border-color css

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

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

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