Html Css Color HEX #700546 Tyrian Purple

📋 copy color: '#700546'

red 112 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #700546

Tints of Tyrian Purple #700546

RGB

 RED value IS 112 (44.14% from 255) = 59.89%

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 59.89%
G = 2.67%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700546 (or 0x700546) is known color: Tyrian Purple. HEX triplet: 70, 05 and 46. RGB value is (112,5,70). Sum of RGB (Red+Green+Blue) = 112+5+70=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700546 is #8FFAB9. Grayscale: #2C2C2C. Windows color (decimal): -9435834 or 4588912. OLE color: 4588912.

HSL color Cylindrical-coordinate representation of color #700546: hue angle of 323.55º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700546 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 70 -
CMYK 0 0.96 0.38 0.56
HSL 323.55º 0.91% 0.23% -
HSV(B) 323.55º 0.96% 0.44% -
XYZ 7.84 4 6.15 -
YUV 44.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 112 5 70 0 0.96 0.38 0.56 323.55 0.91 0.23
Hex 70 5 46 0 60 26 38 144 5B 17
Octal 160 5 106 0 140 46 70 504 133 27
Binary 1110000 101 1000110 0 1100000 100110 111000 101000100 1011011 10111

Color Harmonies of #700546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700546

Black with #700546

Text Example


Text Example

White with #700546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700546; }

 p { color: rgb(112,5,70); }

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

background-color css

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

 a { background-color: rgb(112,5,70); }

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

border-color css

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

 span { border-color: rgb(112,5,70); }

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