Html Css Color HEX #570032 Tyrian Purple

📋 copy color: '#570032'

red 87 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #570032

Tints of Tyrian Purple #570032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 63.5%
G = 0%
B = 36.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#570032 (or 0x570032) is known color: Tyrian Purple. HEX triplet: 57, 00 and 32. RGB value is (87,0,50). Sum of RGB (Red+Green+Blue) = 87+0+50=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #570032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570032 is #A8FFCD. Grayscale: #1F1F1F. Windows color (decimal): -11075534 or 3276887. OLE color: 3276887.

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

Color convert

RGB 87 0 50 -
CMYK 0 1 0.43 0.66
HSL 325.52º 1% 0.17% -
HSV(B) 325.52º 1% 0.34% -
XYZ 4.51 2.26 3.22 -
YUV 31.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 87 0 50 0 1 0.43 0.66 325.52 1 0.17
Hex 57 0 32 0 64 2B 42 146 64 11
Octal 127 0 62 0 144 53 102 506 144 21
Binary 1010111 0 110010 0 1100100 101011 1000010 101000110 1100100 10001

Color Harmonies of #570032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570032

Black with #570032

Text Example


Text Example

White with #570032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570032; }

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

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

background-color css

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

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

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

border-color css

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

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

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