Html Css Color HEX #730647 Tyrian Purple

📋 copy color: '#730647'

red 115 ◦ green 6 ◦ blue 71

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

Shades of Tyrian Purple #730647

Tints of Tyrian Purple #730647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 59.9%
G = 3.13%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#730647 (or 0x730647) is known color: Tyrian Purple. HEX triplet: 73, 06 and 47. RGB value is (115,6,71). Sum of RGB (Red+Green+Blue) = 115+6+71=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #730647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730647 is #8CF9B8. Grayscale: #2D2D2D. Windows color (decimal): -9238969 or 4654707. OLE color: 4654707.

HSL color Cylindrical-coordinate representation of color #730647: hue angle of 324.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730647 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 71 -
CMYK 0 0.95 0.38 0.55
HSL 324.22º 0.9% 0.24% -
HSV(B) 324.22º 0.95% 0.45% -
XYZ 8.27 4.23 6.34 -
YUV 46 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 115 6 71 0 0.95 0.38 0.55 324.22 0.9 0.24
Hex 73 6 47 0 5F 26 37 144 5A 18
Octal 163 6 107 0 137 46 67 504 132 30
Binary 1110011 110 1000111 0 1011111 100110 110111 101000100 1011010 11000

Color Harmonies of #730647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730647

Black with #730647

Text Example


Text Example

White with #730647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730647; }

 p { color: rgb(115,6,71); }

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

background-color css

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

 a { background-color: rgb(115,6,71); }

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

border-color css

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

 span { border-color: rgb(115,6,71); }

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