Html Css Color HEX #570154 Tyrian Purple

📋 copy color: '#570154'

red 87 ◦ green 1 ◦ blue 84

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

Shades of Tyrian Purple #570154

Tints of Tyrian Purple #570154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 50.58%
G = 0.58%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#570154 (or 0x570154) is known color: Tyrian Purple. HEX triplet: 57, 01 and 54. RGB value is (87,1,84). Sum of RGB (Red+Green+Blue) = 87+1+84=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570154 is #A8FEAB. Grayscale: #232323. Windows color (decimal): -11075244 or 5505367. OLE color: 5505367.

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

Color convert

RGB 87 1 84 -
CMYK 0 0.99 0.03 0.66
HSL 302.09º 0.98% 0.17% -
HSV(B) 302.09º 0.99% 0.34% -
XYZ 5.54 2.69 8.61 -
YUV 36.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 87 1 84 0 0.99 0.03 0.66 302.09 0.98 0.17
Hex 57 1 54 0 63 3 42 12E 62 11
Octal 127 1 124 0 143 3 102 456 142 21
Binary 1010111 1 1010100 0 1100011 11 1000010 100101110 1100010 10001

Color Harmonies of #570154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570154

Black with #570154

Text Example


Text Example

White with #570154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570154; }

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

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

background-color css

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

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

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

border-color css

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

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

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