Html Css Color HEX #570122 Tyrian Purple

📋 copy color: '#570122'

red 87 ◦ green 1 ◦ blue 34

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

Shades of Tyrian Purple #570122

Tints of Tyrian Purple #570122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.87%

R = 71.31%
G = 0.82%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#570122 (or 0x570122) is known color: Tyrian Purple. HEX triplet: 57, 01 and 22. RGB value is (87,1,34). Sum of RGB (Red+Green+Blue) = 87+1+34=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570122 is #A8FEDD. Grayscale: #1E1E1E. Windows color (decimal): -11075294 or 2228567. OLE color: 2228567.

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

Color convert

RGB 87 1 34 -
CMYK 0 0.99 0.61 0.66
HSL 336.98º 0.98% 0.17% -
HSV(B) 336.98º 0.99% 0.34% -
XYZ 4.23 2.16 1.71 -
YUV 30.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 87 1 34 0 0.99 0.61 0.66 336.98 0.98 0.17
Hex 57 1 22 0 63 3D 42 151 62 11
Octal 127 1 42 0 143 75 102 521 142 21
Binary 1010111 1 100010 0 1100011 111101 1000010 101010001 1100010 10001

Color Harmonies of #570122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570122

Black with #570122

Text Example


Text Example

White with #570122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570122; }

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

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

background-color css

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

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

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

border-color css

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

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

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