Html Css Color HEX #570051 Tyrian Purple

📋 copy color: '#570051'

red 87 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #570051

Tints of Tyrian Purple #570051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 51.79%
G = 0%
B = 48.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#570051 (or 0x570051) is known color: Tyrian Purple. HEX triplet: 57, 00 and 51. RGB value is (87,0,81). Sum of RGB (Red+Green+Blue) = 87+0+81=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #570051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570051 is #A8FFAE. Grayscale: #232323. Windows color (decimal): -11075503 or 5308503. OLE color: 5308503.

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

Color convert

RGB 87 0 81 -
CMYK 0 1 0.07 0.66
HSL 304.14º 1% 0.17% -
HSV(B) 304.14º 1% 0.34% -
XYZ 5.42 2.62 8 -
YUV 35.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 87 0 81 0 1 0.07 0.66 304.14 1 0.17
Hex 57 0 51 0 64 7 42 130 64 11
Octal 127 0 121 0 144 7 102 460 144 21
Binary 1010111 0 1010001 0 1100100 111 1000010 100110000 1100100 10001

Color Harmonies of #570051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570051

Black with #570051

Text Example


Text Example

White with #570051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570051; }

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

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

background-color css

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

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

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

border-color css

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

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

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