Html Css Color HEX #57054B Tyrian Purple

📋 copy color: '#57054B'

red 87 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #57054B

Tints of Tyrian Purple #57054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 52.1%
G = 2.99%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57054B (or 0x57054B) is known color: Tyrian Purple. HEX triplet: 57, 05 and 4B. RGB value is (87,5,75). Sum of RGB (Red+Green+Blue) = 87+5+75=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57054B is #A8FAB4. Grayscale: #252525. Windows color (decimal): -11074229 or 4916567. OLE color: 4916567.

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

Color convert

RGB 87 5 75 -
CMYK 0 0.94 0.14 0.66
HSL 308.78º 0.89% 0.18% -
HSV(B) 308.78º 0.94% 0.34% -
XYZ 5.25 2.64 6.89 -
YUV 37.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 87 5 75 0 0.94 0.14 0.66 308.78 0.89 0.18
Hex 57 5 4B 0 5E E 42 135 59 12
Octal 127 5 113 0 136 16 102 465 131 22
Binary 1010111 101 1001011 0 1011110 1110 1000010 100110101 1011001 10010

Color Harmonies of #57054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57054B

Black with #57054B

Text Example


Text Example

White with #57054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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