Html Css Color HEX #570054 Tyrian Purple

📋 copy color: '#570054'

red 87 ◦ green 0 ◦ blue 84

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

Shades of Tyrian Purple #570054

Tints of Tyrian Purple #570054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 49.12%

R = 50.88%
G = 0%
B = 49.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#570054 (or 0x570054) is known color: Tyrian Purple. HEX triplet: 57, 00 and 54. RGB value is (87,0,84). Sum of RGB (Red+Green+Blue) = 87+0+84=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570054 is #A8FFAB. Grayscale: #232323. Windows color (decimal): -11075500 or 5505111. OLE color: 5505111.

HSL color Cylindrical-coordinate representation of color #570054: hue angle of 302.07º 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 #570054 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 84 -
CMYK 0 1 0.03 0.66
HSL 302.07º 1% 0.17% -
HSV(B) 302.07º 1% 0.34% -
XYZ 5.53 2.67 8.61 -
YUV 35.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 87 0 84 0 1 0.03 0.66 302.07 1 0.17
Hex 57 0 54 0 64 3 42 12E 64 11
Octal 127 0 124 0 144 3 102 456 144 21
Binary 1010111 0 1010100 0 1100100 11 1000010 100101110 1100100 10001

Color Harmonies of #570054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570054

Black with #570054

Text Example


Text Example

White with #570054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570054; }

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

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

background-color css

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

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

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

border-color css

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

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

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