Html Css Color HEX #730C42 Tyrian Purple

📋 copy color: '#730C42'

red 115 ◦ green 12 ◦ blue 66

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

Shades of Tyrian Purple #730C42

Tints of Tyrian Purple #730C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 59.59%
G = 6.22%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730C42 (or 0x730C42) is known color: Tyrian Purple. HEX triplet: 73, 0C and 42. RGB value is (115,12,66). Sum of RGB (Red+Green+Blue) = 115+12+66=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C42 is #8CF3BD. Grayscale: #303030. Windows color (decimal): -9237438 or 4328563. OLE color: 4328563.

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

Color convert

RGB 115 12 66 -
CMYK 0 0.90 0.43 0.55
HSL 328.54º 0.81% 0.25% -
HSV(B) 328.54º 0.9% 0.45% -
XYZ 8.19 4.3 5.55 -
YUV 48.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 115 12 66 0 0.90 0.43 0.55 328.54 0.81 0.25
Hex 73 C 42 0 5A 2B 37 149 51 19
Octal 163 14 102 0 132 53 67 511 121 31
Binary 1110011 1100 1000010 0 1011010 101011 110111 101001001 1010001 11001

Color Harmonies of #730C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C42

Black with #730C42

Text Example


Text Example

White with #730C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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