Html Css Color HEX #570126 Tyrian Purple

📋 copy color: '#570126'

red 87 ◦ green 1 ◦ blue 38

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

Shades of Tyrian Purple #570126

Tints of Tyrian Purple #570126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 69.05%
G = 0.79%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#570126 (or 0x570126) is known color: Tyrian Purple. HEX triplet: 57, 01 and 26. RGB value is (87,1,38). Sum of RGB (Red+Green+Blue) = 87+1+38=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570126 is #A8FED9. Grayscale: #1E1E1E. Windows color (decimal): -11075290 or 2490711. OLE color: 2490711.

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

Color convert

RGB 87 1 38 -
CMYK 0 0.99 0.56 0.66
HSL 334.19º 0.98% 0.17% -
HSV(B) 334.19º 0.99% 0.34% -
XYZ 4.29 2.19 2.03 -
YUV 30.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 87 1 38 0 0.99 0.56 0.66 334.19 0.98 0.17
Hex 57 1 26 0 63 38 42 14E 62 11
Octal 127 1 46 0 143 70 102 516 142 21
Binary 1010111 1 100110 0 1100011 111000 1000010 101001110 1100010 10001

Color Harmonies of #570126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570126

Black with #570126

Text Example


Text Example

White with #570126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570126; }

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

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

background-color css

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

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

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

border-color css

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

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

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