Html Css Color HEX #730046 Tyrian Purple

📋 copy color: '#730046'

red 115 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #730046

Tints of Tyrian Purple #730046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 62.16%
G = 0%
B = 37.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#730046 (or 0x730046) is known color: Tyrian Purple. HEX triplet: 73, 00 and 46. RGB value is (115,0,70). Sum of RGB (Red+Green+Blue) = 115+0+70=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730046 is #8CFFB9. Grayscale: #2A2A2A. Windows color (decimal): -9240506 or 4587635. OLE color: 4587635.

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

Color convert

RGB 115 0 70 -
CMYK 0 1 0.39 0.55
HSL 323.48º 1% 0.23% -
HSV(B) 323.48º 1% 0.45% -
XYZ 8.18 4.09 6.15 -
YUV 42.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 115 0 70 0 1 0.39 0.55 323.48 1 0.23
Hex 73 0 46 0 64 27 37 143 64 17
Octal 163 0 106 0 144 47 67 503 144 27
Binary 1110011 0 1000110 0 1100100 100111 110111 101000011 1100100 10111

Color Harmonies of #730046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730046

Black with #730046

Text Example


Text Example

White with #730046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730046; }

 p { color: rgb(115,0,70); }

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

background-color css

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

 a { background-color: rgb(115,0,70); }

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

border-color css

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

 span { border-color: rgb(115,0,70); }

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