Html Css Color HEX #730C4E Tyrian Purple

📋 copy color: '#730C4E'

red 115 ◦ green 12 ◦ blue 78

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

Shades of Tyrian Purple #730C4E

Tints of Tyrian Purple #730C4E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

 BLUE value IS 78 (30.86% from 255) = 38.05%

R = 56.1%
G = 5.85%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#730C4E (or 0x730C4E) is known color: Tyrian Purple. HEX triplet: 73, 0C and 4E. RGB value is (115,12,78). Sum of RGB (Red+Green+Blue) = 115+12+78=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C4E is #8CF3B1. Grayscale: #323232. Windows color (decimal): -9237426 or 5114995. OLE color: 5114995.

HSL color Cylindrical-coordinate representation of color #730C4E: hue angle of 321.55º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C4E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 78 -
CMYK 0 0.90 0.32 0.55
HSL 321.55º 0.81% 0.25% -
HSV(B) 321.55º 0.9% 0.45% -
XYZ 8.58 4.46 7.62 -
YUV 50.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 115 12 78 0 0.90 0.32 0.55 321.55 0.81 0.25
Hex 73 C 4E 0 5A 20 37 142 51 19
Octal 163 14 116 0 132 40 67 502 121 31
Binary 1110011 1100 1001110 0 1011010 100000 110111 101000010 1010001 11001

Color Harmonies of #730C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C4E

Black with #730C4E

Text Example


Text Example

White with #730C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,12,78); }

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

background-color css

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

 a { background-color: rgb(115,12,78); }

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

border-color css

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

 span { border-color: rgb(115,12,78); }

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