Html Css Color HEX #570048 Tyrian Purple

📋 copy color: '#570048'

red 87 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #570048

Tints of Tyrian Purple #570048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.72%
G = 0%
B = 45.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#570048 (or 0x570048) is known color: Tyrian Purple. HEX triplet: 57, 00 and 48. RGB value is (87,0,72). Sum of RGB (Red+Green+Blue) = 87+0+72=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570048 is #A8FFB7. Grayscale: #222222. Windows color (decimal): -11075512 or 4718679. OLE color: 4718679.

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

Color convert

RGB 87 0 72 -
CMYK 0 1 0.17 0.66
HSL 310.34º 1% 0.17% -
HSV(B) 310.34º 1% 0.34% -
XYZ 5.1 2.49 6.34 -
YUV 34.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 87 0 72 0 1 0.17 0.66 310.34 1 0.17
Hex 57 0 48 0 64 11 42 136 64 11
Octal 127 0 110 0 144 21 102 466 144 21
Binary 1010111 0 1001000 0 1100100 10001 1000010 100110110 1100100 10001

Color Harmonies of #570048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570048

Black with #570048

Text Example


Text Example

White with #570048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570048; }

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

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

background-color css

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

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

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

border-color css

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

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

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