Html Css Color HEX #570226 Tyrian Purple

📋 copy color: '#570226'

red 87 ◦ green 2 ◦ blue 38

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

Shades of Tyrian Purple #570226

Tints of Tyrian Purple #570226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

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

R = 68.5%
G = 1.57%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#570226 (or 0x570226) is known color: Tyrian Purple. HEX triplet: 57, 02 and 26. RGB value is (87,2,38). Sum of RGB (Red+Green+Blue) = 87+2+38=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570226 is #A8FDD9. Grayscale: #1F1F1F. Windows color (decimal): -11075034 or 2490967. OLE color: 2490967.

HSL color Cylindrical-coordinate representation of color #570226: hue angle of 334.59º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570226 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 38 -
CMYK 0 0.98 0.56 0.66
HSL 334.59º 0.96% 0.17% -
HSV(B) 334.59º 0.98% 0.34% -
XYZ 4.3 2.21 2.03 -
YUV 31.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 87 2 38 0 0.98 0.56 0.66 334.59 0.96 0.17
Hex 57 2 26 0 62 38 42 14F 60 11
Octal 127 2 46 0 142 70 102 517 140 21
Binary 1010111 10 100110 0 1100010 111000 1000010 101001111 1100000 10001

Color Harmonies of #570226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570226

Black with #570226

Text Example


Text Example

White with #570226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570226; }

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

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

background-color css

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

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

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

border-color css

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

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

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