Html Css Color HEX #570127 Tyrian Purple

📋 copy color: '#570127'

red 87 ◦ green 1 ◦ blue 39

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

Shades of Tyrian Purple #570127

Tints of Tyrian Purple #570127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 68.5%
G = 0.79%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#570127 (or 0x570127) is known color: Tyrian Purple. HEX triplet: 57, 01 and 27. RGB value is (87,1,39). Sum of RGB (Red+Green+Blue) = 87+1+39=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570127 is #A8FED8. Grayscale: #1E1E1E. Windows color (decimal): -11075289 or 2556247. OLE color: 2556247.

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

Color convert

RGB 87 1 39 -
CMYK 0 0.99 0.55 0.66
HSL 333.49º 0.98% 0.17% -
HSV(B) 333.49º 0.99% 0.34% -
XYZ 4.31 2.19 2.12 -
YUV 31.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 87 1 39 0 0.99 0.55 0.66 333.49 0.98 0.17
Hex 57 1 27 0 63 37 42 14D 62 11
Octal 127 1 47 0 143 67 102 515 142 21
Binary 1010111 1 100111 0 1100011 110111 1000010 101001101 1100010 10001

Color Harmonies of #570127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570127

Black with #570127

Text Example


Text Example

White with #570127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570127; }

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

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

background-color css

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

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

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

border-color css

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

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

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