Html Css Color HEX #57012E Tyrian Purple

📋 copy color: '#57012E'

red 87 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #57012E

Tints of Tyrian Purple #57012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 64.93%
G = 0.75%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57012E (or 0x57012E) is known color: Tyrian Purple. HEX triplet: 57, 01 and 2E. RGB value is (87,1,46). Sum of RGB (Red+Green+Blue) = 87+1+46=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012E is #A8FED1. Grayscale: #1F1F1F. Windows color (decimal): -11075282 or 3014999. OLE color: 3014999.

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

Color convert

RGB 87 1 46 -
CMYK 0 0.99 0.47 0.66
HSL 328.6º 0.98% 0.17% -
HSV(B) 328.6º 0.99% 0.34% -
XYZ 4.43 2.25 2.78 -
YUV 31.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 87 1 46 0 0.99 0.47 0.66 328.6 0.98 0.17
Hex 57 1 2E 0 63 2F 42 149 62 11
Octal 127 1 56 0 143 57 102 511 142 21
Binary 1010111 1 101110 0 1100011 101111 1000010 101001001 1100010 10001

Color Harmonies of #57012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57012E

Black with #57012E

Text Example


Text Example

White with #57012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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