Html Css Color HEX #730A44 Tyrian Purple

📋 copy color: '#730A44'

red 115 ◦ green 10 ◦ blue 68

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

Shades of Tyrian Purple #730A44

Tints of Tyrian Purple #730A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 59.59%
G = 5.18%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#730A44 (or 0x730A44) is known color: Tyrian Purple. HEX triplet: 73, 0A and 44. RGB value is (115,10,68). Sum of RGB (Red+Green+Blue) = 115+10+68=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A44 is #8CF5BB. Grayscale: #2F2F2F. Windows color (decimal): -9237948 or 4459123. OLE color: 4459123.

HSL color Cylindrical-coordinate representation of color #730A44: hue angle of 326.86º 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 #730A44 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 68 -
CMYK 0 0.91 0.41 0.55
HSL 326.86º 0.84% 0.25% -
HSV(B) 326.86º 0.91% 0.45% -
XYZ 8.22 4.28 5.86 -
YUV 48.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 115 10 68 0 0.91 0.41 0.55 326.86 0.84 0.25
Hex 73 A 44 0 5B 29 37 147 54 19
Octal 163 12 104 0 133 51 67 507 124 31
Binary 1110011 1010 1000100 0 1011011 101001 110111 101000111 1010100 11001

Color Harmonies of #730A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A44

Black with #730A44

Text Example


Text Example

White with #730A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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