Html Css Color HEX #570036 Tyrian Purple

📋 copy color: '#570036'

red 87 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #570036

Tints of Tyrian Purple #570036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.3%

R = 61.7%
G = 0%
B = 38.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#570036 (or 0x570036) is known color: Tyrian Purple. HEX triplet: 57, 00 and 36. RGB value is (87,0,54). Sum of RGB (Red+Green+Blue) = 87+0+54=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #570036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570036 is #A8FFC9. Grayscale: #202020. Windows color (decimal): -11075530 or 3539031. OLE color: 3539031.

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

Color convert

RGB 87 0 54 -
CMYK 0 1 0.38 0.66
HSL 322.76º 1% 0.17% -
HSV(B) 322.76º 1% 0.34% -
XYZ 4.6 2.29 3.69 -
YUV 32.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 87 0 54 0 1 0.38 0.66 322.76 1 0.17
Hex 57 0 36 0 64 26 42 143 64 11
Octal 127 0 66 0 144 46 102 503 144 21
Binary 1010111 0 110110 0 1100100 100110 1000010 101000011 1100100 10001

Color Harmonies of #570036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570036

Black with #570036

Text Example


Text Example

White with #570036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570036; }

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

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

background-color css

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

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

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

border-color css

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

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

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