Html Css Color HEX #730C54 Tyrian Purple

📋 copy color: '#730C54'

red 115 ◦ green 12 ◦ blue 84

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

Shades of Tyrian Purple #730C54

Tints of Tyrian Purple #730C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 54.5%
G = 5.69%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#730C54 (or 0x730C54) is known color: Tyrian Purple. HEX triplet: 73, 0C and 54. RGB value is (115,12,84). Sum of RGB (Red+Green+Blue) = 115+12+84=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C54 is #8CF3AB. Grayscale: #323232. Windows color (decimal): -9237420 or 5508211. OLE color: 5508211.

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

Color convert

RGB 115 12 84 -
CMYK 0 0.90 0.27 0.55
HSL 318.06º 0.81% 0.25% -
HSV(B) 318.06º 0.9% 0.45% -
XYZ 8.8 4.55 8.8 -
YUV 51.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 115 12 84 0 0.90 0.27 0.55 318.06 0.81 0.25
Hex 73 C 54 0 5A 1B 37 13E 51 19
Octal 163 14 124 0 132 33 67 476 121 31
Binary 1110011 1100 1010100 0 1011010 11011 110111 100111110 1010001 11001

Color Harmonies of #730C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C54

Black with #730C54

Text Example


Text Example

White with #730C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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