Html Css Color HEX #570139 Tyrian Purple

📋 copy color: '#570139'

red 87 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #570139

Tints of Tyrian Purple #570139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 60%
G = 0.69%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#570139 (or 0x570139) is known color: Tyrian Purple. HEX triplet: 57, 01 and 39. RGB value is (87,1,57). Sum of RGB (Red+Green+Blue) = 87+1+57=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570139 is #A8FEC6. Grayscale: #202020. Windows color (decimal): -11075271 or 3735895. OLE color: 3735895.

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

Color convert

RGB 87 1 57 -
CMYK 0 0.99 0.34 0.66
HSL 320.93º 0.98% 0.17% -
HSV(B) 320.93º 0.99% 0.34% -
XYZ 4.68 2.34 4.08 -
YUV 33.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 87 1 57 0 0.99 0.34 0.66 320.93 0.98 0.17
Hex 57 1 39 0 63 22 42 141 62 11
Octal 127 1 71 0 143 42 102 501 142 21
Binary 1010111 1 111001 0 1100011 100010 1000010 101000001 1100010 10001

Color Harmonies of #570139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570139

Black with #570139

Text Example


Text Example

White with #570139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570139; }

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

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

background-color css

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

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

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

border-color css

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

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

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