Html Css Color HEX #730846 Tyrian Purple

📋 copy color: '#730846'

red 115 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #730846

Tints of Tyrian Purple #730846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 59.59%
G = 4.15%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#730846 (or 0x730846) is known color: Tyrian Purple. HEX triplet: 73, 08 and 46. RGB value is (115,8,70). Sum of RGB (Red+Green+Blue) = 115+8+70=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730846 is #8CF7B9. Grayscale: #2E2E2E. Windows color (decimal): -9238458 or 4589683. OLE color: 4589683.

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

Color convert

RGB 115 8 70 -
CMYK 0 0.93 0.39 0.55
HSL 325.23º 0.87% 0.24% -
HSV(B) 325.23º 0.93% 0.45% -
XYZ 8.26 4.26 6.18 -
YUV 47.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 115 8 70 0 0.93 0.39 0.55 325.23 0.87 0.24
Hex 73 8 46 0 5D 27 37 145 57 18
Octal 163 10 106 0 135 47 67 505 127 30
Binary 1110011 1000 1000110 0 1011101 100111 110111 101000101 1010111 11000

Color Harmonies of #730846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730846

Black with #730846

Text Example


Text Example

White with #730846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730846; }

 p { color: rgb(115,8,70); }

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

background-color css

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

 a { background-color: rgb(115,8,70); }

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

border-color css

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

 span { border-color: rgb(115,8,70); }

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