Html Css Color HEX #700548 Tyrian Purple

📋 copy color: '#700548'

red 112 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #700548

Tints of Tyrian Purple #700548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 59.26%
G = 2.65%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#700548 (or 0x700548) is known color: Tyrian Purple. HEX triplet: 70, 05 and 48. RGB value is (112,5,72). Sum of RGB (Red+Green+Blue) = 112+5+72=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700548 is #8FFAB7. Grayscale: #2C2C2C. Windows color (decimal): -9435832 or 4719984. OLE color: 4719984.

HSL color Cylindrical-coordinate representation of color #700548: hue angle of 322.43º 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 #700548 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 72 -
CMYK 0 0.96 0.36 0.56
HSL 322.43º 0.91% 0.23% -
HSV(B) 322.43º 0.96% 0.44% -
XYZ 7.91 4.02 6.49 -
YUV 44.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 112 5 72 0 0.96 0.36 0.56 322.43 0.91 0.23
Hex 70 5 48 0 60 24 38 142 5B 17
Octal 160 5 110 0 140 44 70 502 133 27
Binary 1110000 101 1001000 0 1100000 100100 111000 101000010 1011011 10111

Color Harmonies of #700548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700548

Black with #700548

Text Example


Text Example

White with #700548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700548; }

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

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

background-color css

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

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

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

border-color css

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

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

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