Html Css Color HEX #57012B Tyrian Purple

📋 copy color: '#57012B'

red 87 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #57012B

Tints of Tyrian Purple #57012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 66.41%
G = 0.76%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57012B (or 0x57012B) is known color: Tyrian Purple. HEX triplet: 57, 01 and 2B. RGB value is (87,1,43). Sum of RGB (Red+Green+Blue) = 87+1+43=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012B is #A8FED4. Grayscale: #1F1F1F. Windows color (decimal): -11075285 or 2818391. OLE color: 2818391.

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

Color convert

RGB 87 1 43 -
CMYK 0 0.99 0.51 0.66
HSL 330.7º 0.98% 0.17% -
HSV(B) 330.7º 0.99% 0.34% -
XYZ 4.38 2.22 2.48 -
YUV 31.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 87 1 43 0 0.99 0.51 0.66 330.7 0.98 0.17
Hex 57 1 2B 0 63 33 42 14B 62 11
Octal 127 1 53 0 143 63 102 513 142 21
Binary 1010111 1 101011 0 1100011 110011 1000010 101001011 1100010 10001

Color Harmonies of #57012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57012B

Black with #57012B

Text Example


Text Example

White with #57012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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