Html Css Color HEX #570238 Tyrian Purple

📋 copy color: '#570238'

red 87 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #570238

Tints of Tyrian Purple #570238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 60%
G = 1.38%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#570238 (or 0x570238) is known color: Tyrian Purple. HEX triplet: 57, 02 and 38. RGB value is (87,2,56). Sum of RGB (Red+Green+Blue) = 87+2+56=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570238 is #A8FDC7. Grayscale: #212121. Windows color (decimal): -11075016 or 3670615. OLE color: 3670615.

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

Color convert

RGB 87 2 56 -
CMYK 0 0.98 0.36 0.66
HSL 321.88º 0.96% 0.17% -
HSV(B) 321.88º 0.98% 0.34% -
XYZ 4.67 2.36 3.95 -
YUV 33.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 87 2 56 0 0.98 0.36 0.66 321.88 0.96 0.17
Hex 57 2 38 0 62 24 42 142 60 11
Octal 127 2 70 0 142 44 102 502 140 21
Binary 1010111 10 111000 0 1100010 100100 1000010 101000010 1100000 10001

Color Harmonies of #570238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570238

Black with #570238

Text Example


Text Example

White with #570238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570238; }

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

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

background-color css

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

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

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

border-color css

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

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

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