Html Css Color HEX #730946 Tyrian Purple

📋 copy color: '#730946'

red 115 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #730946

Tints of Tyrian Purple #730946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 59.28%
G = 4.64%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#730946 (or 0x730946) is known color: Tyrian Purple. HEX triplet: 73, 09 and 46. RGB value is (115,9,70). Sum of RGB (Red+Green+Blue) = 115+9+70=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #730946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730946 is #8CF6B9. Grayscale: #2F2F2F. Windows color (decimal): -9238202 or 4589939. OLE color: 4589939.

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

Color convert

RGB 115 9 70 -
CMYK 0 0.92 0.39 0.55
HSL 325.47º 0.85% 0.24% -
HSV(B) 325.47º 0.92% 0.45% -
XYZ 8.27 4.28 6.18 -
YUV 47.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 115 9 70 0 0.92 0.39 0.55 325.47 0.85 0.24
Hex 73 9 46 0 5C 27 37 145 55 18
Octal 163 11 106 0 134 47 67 505 125 30
Binary 1110011 1001 1000110 0 1011100 100111 110111 101000101 1010101 11000

Color Harmonies of #730946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730946

Black with #730946

Text Example


Text Example

White with #730946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730946; }

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

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

background-color css

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

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

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

border-color css

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

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

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