Html Css Color HEX #57104B Tyrian Purple

📋 copy color: '#57104B'

red 87 ◦ green 16 ◦ blue 75

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

Shades of Tyrian Purple #57104B

Tints of Tyrian Purple #57104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

 BLUE value IS 75 (29.69% from 255) = 42.13%

R = 48.88%
G = 8.99%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57104B (or 0x57104B) is known color: Tyrian Purple. HEX triplet: 57, 10 and 4B. RGB value is (87,16,75). Sum of RGB (Red+Green+Blue) = 87+16+75=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57104B is #A8EFB4. Grayscale: #2B2B2B. Windows color (decimal): -11071413 or 4919383. OLE color: 4919383.

HSL color Cylindrical-coordinate representation of color #57104B: hue angle of 310.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57104B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 75 -
CMYK 0 0.82 0.14 0.66
HSL 310.14º 0.69% 0.2% -
HSV(B) 310.14º 0.82% 0.34% -
XYZ 5.39 2.9 6.93 -
YUV 43.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 87 16 75 0 0.82 0.14 0.66 310.14 0.69 0.2
Hex 57 10 4B 0 52 E 42 136 45 14
Octal 127 20 113 0 122 16 102 466 105 24
Binary 1010111 10000 1001011 0 1010010 1110 1000010 100110110 1000101 10100

Color Harmonies of #57104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57104B

Black with #57104B

Text Example


Text Example

White with #57104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,16,75); }

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

background-color css

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

 a { background-color: rgb(87,16,75); }

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

border-color css

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

 span { border-color: rgb(87,16,75); }

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