Html Css Color HEX #570053 Tyrian Purple

📋 copy color: '#570053'

red 87 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #570053

Tints of Tyrian Purple #570053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.82%

R = 51.18%
G = 0%
B = 48.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#570053 (or 0x570053) is known color: Tyrian Purple. HEX triplet: 57, 00 and 53. RGB value is (87,0,83). Sum of RGB (Red+Green+Blue) = 87+0+83=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #570053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570053 is #A8FFAC. Grayscale: #232323. Windows color (decimal): -11075501 or 5439575. OLE color: 5439575.

HSL color Cylindrical-coordinate representation of color #570053: hue angle of 302.76º 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 #570053 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 83 -
CMYK 0 1 0.05 0.66
HSL 302.76º 1% 0.17% -
HSV(B) 302.76º 1% 0.34% -
XYZ 5.49 2.65 8.41 -
YUV 35.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 87 0 83 0 1 0.05 0.66 302.76 1 0.17
Hex 57 0 53 0 64 5 42 12F 64 11
Octal 127 0 123 0 144 5 102 457 144 21
Binary 1010111 0 1010011 0 1100100 101 1000010 100101111 1100100 10001

Color Harmonies of #570053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570053

Black with #570053

Text Example


Text Example

White with #570053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570053; }

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

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

background-color css

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

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

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

border-color css

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

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

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