Html Css Color HEX #570128 Tyrian Purple

📋 copy color: '#570128'

red 87 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #570128

Tints of Tyrian Purple #570128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 67.97%
G = 0.78%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#570128 (or 0x570128) is known color: Tyrian Purple. HEX triplet: 57, 01 and 28. RGB value is (87,1,40). Sum of RGB (Red+Green+Blue) = 87+1+40=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570128 is #A8FED7. Grayscale: #1F1F1F. Windows color (decimal): -11075288 or 2621783. OLE color: 2621783.

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

Color convert

RGB 87 1 40 -
CMYK 0 0.99 0.54 0.66
HSL 332.79º 0.98% 0.17% -
HSV(B) 332.79º 0.99% 0.34% -
XYZ 4.32 2.2 2.2 -
YUV 31.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 87 1 40 0 0.99 0.54 0.66 332.79 0.98 0.17
Hex 57 1 28 0 63 36 42 14D 62 11
Octal 127 1 50 0 143 66 102 515 142 21
Binary 1010111 1 101000 0 1100011 110110 1000010 101001101 1100010 10001

Color Harmonies of #570128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570128

Black with #570128

Text Example


Text Example

White with #570128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570128; }

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

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

background-color css

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

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

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

border-color css

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

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

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