Html Css Color HEX #570055 Tyrian Purple

📋 copy color: '#570055'

red 87 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #570055

Tints of Tyrian Purple #570055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 50.58%
G = 0%
B = 49.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#570055 (or 0x570055) is known color: Tyrian Purple. HEX triplet: 57, 00 and 55. RGB value is (87,0,85). Sum of RGB (Red+Green+Blue) = 87+0+85=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570055 is #A8FFAA. Grayscale: #232323. Windows color (decimal): -11075499 or 5570647. OLE color: 5570647.

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

Color convert

RGB 87 0 85 -
CMYK 0 1 0.02 0.66
HSL 301.38º 1% 0.17% -
HSV(B) 301.38º 1% 0.34% -
XYZ 5.57 2.68 8.82 -
YUV 35.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 87 0 85 0 1 0.02 0.66 301.38 1 0.17
Hex 57 0 55 0 64 2 42 12D 64 11
Octal 127 0 125 0 144 2 102 455 144 21
Binary 1010111 0 1010101 0 1100100 10 1000010 100101101 1100100 10001

Color Harmonies of #570055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570055

Black with #570055

Text Example


Text Example

White with #570055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570055; }

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

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

background-color css

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

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

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

border-color css

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

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

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