Html Css Color HEX #570145 Tyrian Purple

📋 copy color: '#570145'

red 87 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #570145

Tints of Tyrian Purple #570145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.95%

R = 55.41%
G = 0.64%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#570145 (or 0x570145) is known color: Tyrian Purple. HEX triplet: 57, 01 and 45. RGB value is (87,1,69). Sum of RGB (Red+Green+Blue) = 87+1+69=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #570145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570145 is #A8FEBA. Grayscale: #222222. Windows color (decimal): -11075259 or 4522327. OLE color: 4522327.

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

Color convert

RGB 87 1 69 -
CMYK 0 0.99 0.21 0.66
HSL 312.56º 0.98% 0.17% -
HSV(B) 312.56º 0.99% 0.34% -
XYZ 5.02 2.48 5.84 -
YUV 34.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 87 1 69 0 0.99 0.21 0.66 312.56 0.98 0.17
Hex 57 1 45 0 63 15 42 139 62 11
Octal 127 1 105 0 143 25 102 471 142 21
Binary 1010111 1 1000101 0 1100011 10101 1000010 100111001 1100010 10001

Color Harmonies of #570145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570145

Black with #570145

Text Example


Text Example

White with #570145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570145; }

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

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

background-color css

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

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

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

border-color css

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

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

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