Html Css Color HEX #57012C Tyrian Purple

📋 copy color: '#57012C'

red 87 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #57012C

Tints of Tyrian Purple #57012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.33%

R = 65.91%
G = 0.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57012C (or 0x57012C) is known color: Tyrian Purple. HEX triplet: 57, 01 and 2C. RGB value is (87,1,44). Sum of RGB (Red+Green+Blue) = 87+1+44=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012C is #A8FED3. Grayscale: #1F1F1F. Windows color (decimal): -11075284 or 2883927. OLE color: 2883927.

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

Color convert

RGB 87 1 44 -
CMYK 0 0.99 0.49 0.66
HSL 330º 0.98% 0.17% -
HSV(B) 330º 0.99% 0.34% -
XYZ 4.4 2.23 2.58 -
YUV 31.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 87 1 44 0 0.99 0.49 0.66 330 0.98 0.17
Hex 57 1 2C 0 63 31 42 14A 62 11
Octal 127 1 54 0 143 61 102 512 142 21
Binary 1010111 1 101100 0 1100011 110001 1000010 101001010 1100010 10001

Color Harmonies of #57012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57012C

Black with #57012C

Text Example


Text Example

White with #57012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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