Html Css Color HEX #570648 Tyrian Purple

📋 copy color: '#570648'

red 87 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #570648

Tints of Tyrian Purple #570648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

 BLUE value IS 72 (28.52% from 255) = 43.64%

R = 52.73%
G = 3.64%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#570648 (or 0x570648) is known color: Tyrian Purple. HEX triplet: 57, 06 and 48. RGB value is (87,6,72). Sum of RGB (Red+Green+Blue) = 87+6+72=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570648 is #A8F9B7. Grayscale: #252525. Windows color (decimal): -11073976 or 4720215. OLE color: 4720215.

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

Color convert

RGB 87 6 72 -
CMYK 0 0.93 0.17 0.66
HSL 311.11º 0.87% 0.18% -
HSV(B) 311.11º 0.93% 0.34% -
XYZ 5.17 2.62 6.37 -
YUV 37.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 87 6 72 0 0.93 0.17 0.66 311.11 0.87 0.18
Hex 57 6 48 0 5D 11 42 137 57 12
Octal 127 6 110 0 135 21 102 467 127 22
Binary 1010111 110 1001000 0 1011101 10001 1000010 100110111 1010111 10010

Color Harmonies of #570648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570648

Black with #570648

Text Example


Text Example

White with #570648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570648; }

 p { color: rgb(87,6,72); }

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

background-color css

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

 a { background-color: rgb(87,6,72); }

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

border-color css

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

 span { border-color: rgb(87,6,72); }

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