Html Css Color HEX #730C4D Tyrian Purple

📋 copy color: '#730C4D'

red 115 ◦ green 12 ◦ blue 77

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

Shades of Tyrian Purple #730C4D

Tints of Tyrian Purple #730C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 56.37%
G = 5.88%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#730C4D (or 0x730C4D) is known color: Tyrian Purple. HEX triplet: 73, 0C and 4D. RGB value is (115,12,77). Sum of RGB (Red+Green+Blue) = 115+12+77=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #730C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C4D is #8CF3B2. Grayscale: #323232. Windows color (decimal): -9237427 or 5049459. OLE color: 5049459.

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

Color convert

RGB 115 12 77 -
CMYK 0 0.90 0.33 0.55
HSL 322.14º 0.81% 0.25% -
HSV(B) 322.14º 0.9% 0.45% -
XYZ 8.54 4.44 7.43 -
YUV 50.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 115 12 77 0 0.90 0.33 0.55 322.14 0.81 0.25
Hex 73 C 4D 0 5A 21 37 142 51 19
Octal 163 14 115 0 132 41 67 502 121 31
Binary 1110011 1100 1001101 0 1011010 100001 110111 101000010 1010001 11001

Color Harmonies of #730C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C4D

Black with #730C4D

Text Example


Text Example

White with #730C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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