Html Css Color HEX #57004B Tyrian Purple

📋 copy color: '#57004B'

red 87 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #57004B

Tints of Tyrian Purple #57004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.7%
G = 0%
B = 46.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57004B (or 0x57004B) is known color: Tyrian Purple. HEX triplet: 57, 00 and 4B. RGB value is (87,0,75). Sum of RGB (Red+Green+Blue) = 87+0+75=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57004B is #A8FFB4. Grayscale: #222222. Windows color (decimal): -11075509 or 4915287. OLE color: 4915287.

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

Color convert

RGB 87 0 75 -
CMYK 0 1 0.14 0.66
HSL 308.28º 1% 0.17% -
HSV(B) 308.28º 1% 0.34% -
XYZ 5.2 2.53 6.87 -
YUV 34.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 87 0 75 0 1 0.14 0.66 308.28 1 0.17
Hex 57 0 4B 0 64 E 42 134 64 11
Octal 127 0 113 0 144 16 102 464 144 21
Binary 1010111 0 1001011 0 1100100 1110 1000010 100110100 1100100 10001

Color Harmonies of #57004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57004B

Black with #57004B

Text Example


Text Example

White with #57004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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