Html Css Color HEX #570548 Tyrian Purple

📋 copy color: '#570548'

red 87 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #570548

Tints of Tyrian Purple #570548

RGB

 RED value IS 87 (34.38% from 255) = 53.05%

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

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

R = 53.05%
G = 3.05%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#570548 (or 0x570548) is known color: Tyrian Purple. HEX triplet: 57, 05 and 48. RGB value is (87,5,72). Sum of RGB (Red+Green+Blue) = 87+5+72=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #570548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570548 is #A8FAB7. Grayscale: #242424. Windows color (decimal): -11074232 or 4719959. OLE color: 4719959.

HSL color Cylindrical-coordinate representation of color #570548: hue angle of 310.98º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570548 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 72 -
CMYK 0 0.94 0.17 0.66
HSL 310.98º 0.89% 0.18% -
HSV(B) 310.98º 0.94% 0.34% -
XYZ 5.15 2.6 6.36 -
YUV 37.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 87 5 72 0 0.94 0.17 0.66 310.98 0.89 0.18
Hex 57 5 48 0 5E 11 42 137 59 12
Octal 127 5 110 0 136 21 102 467 131 22
Binary 1010111 101 1001000 0 1011110 10001 1000010 100110111 1011001 10010

Color Harmonies of #570548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570548

Black with #570548

Text Example


Text Example

White with #570548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570548; }

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

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

background-color css

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

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

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

border-color css

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

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

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