Html Css Color HEX #730A46 Tyrian Purple

📋 copy color: '#730A46'

red 115 ◦ green 10 ◦ blue 70

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

Shades of Tyrian Purple #730A46

Tints of Tyrian Purple #730A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.13%

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

R = 58.97%
G = 5.13%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#730A46 (or 0x730A46) is known color: Tyrian Purple. HEX triplet: 73, 0A and 46. RGB value is (115,10,70). Sum of RGB (Red+Green+Blue) = 115+10+70=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #730A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A46 is #8CF5B9. Grayscale: #303030. Windows color (decimal): -9237946 or 4590195. OLE color: 4590195.

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

Color convert

RGB 115 10 70 -
CMYK 0 0.91 0.39 0.55
HSL 325.71º 0.84% 0.25% -
HSV(B) 325.71º 0.91% 0.45% -
XYZ 8.28 4.3 6.19 -
YUV 48.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 115 10 70 0 0.91 0.39 0.55 325.71 0.84 0.25
Hex 73 A 46 0 5B 27 37 146 54 19
Octal 163 12 106 0 133 47 67 506 124 31
Binary 1110011 1010 1000110 0 1011011 100111 110111 101000110 1010100 11001

Color Harmonies of #730A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A46

Black with #730A46

Text Example


Text Example

White with #730A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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