Html Css Color HEX #57012A Tyrian Purple

📋 copy color: '#57012A'

red 87 ◦ green 1 ◦ blue 42

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

Shades of Tyrian Purple #57012A

Tints of Tyrian Purple #57012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 66.92%
G = 0.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57012A (or 0x57012A) is known color: Tyrian Purple. HEX triplet: 57, 01 and 2A. RGB value is (87,1,42). Sum of RGB (Red+Green+Blue) = 87+1+42=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #57012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012A is #A8FED5. Grayscale: #1F1F1F. Windows color (decimal): -11075286 or 2752855. OLE color: 2752855.

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

Color convert

RGB 87 1 42 -
CMYK 0 0.99 0.52 0.66
HSL 331.4º 0.98% 0.17% -
HSV(B) 331.4º 0.99% 0.34% -
XYZ 4.36 2.22 2.39 -
YUV 31.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 87 1 42 0 0.99 0.52 0.66 331.4 0.98 0.17
Hex 57 1 2A 0 63 34 42 14B 62 11
Octal 127 1 52 0 143 64 102 513 142 21
Binary 1010111 1 101010 0 1100011 110100 1000010 101001011 1100010 10001

Color Harmonies of #57012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57012A

Black with #57012A

Text Example


Text Example

White with #57012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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