Html Css Color HEX #57103D Tyrian Purple

📋 copy color: '#57103D'

red 87 ◦ green 16 ◦ blue 61

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

Shades of Tyrian Purple #57103D

Tints of Tyrian Purple #57103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

 BLUE value IS 61 (24.22% from 255) = 37.2%

R = 53.05%
G = 9.76%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57103D (or 0x57103D) is known color: Tyrian Purple. HEX triplet: 57, 10 and 3D. RGB value is (87,16,61). Sum of RGB (Red+Green+Blue) = 87+16+61=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103D is #A8EFC2. Grayscale: #2A2A2A. Windows color (decimal): -11071427 or 4001879. OLE color: 4001879.

HSL color Cylindrical-coordinate representation of color #57103D: hue angle of 321.97º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57103D is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 61 -
CMYK 0 0.82 0.30 0.66
HSL 321.97º 0.69% 0.2% -
HSV(B) 321.97º 0.82% 0.34% -
XYZ 4.96 2.73 4.68 -
YUV 42.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 87 16 61 0 0.82 0.30 0.66 321.97 0.69 0.2
Hex 57 10 3D 0 52 1E 42 142 45 14
Octal 127 20 75 0 122 36 102 502 105 24
Binary 1010111 10000 111101 0 1010010 11110 1000010 101000010 1000101 10100

Color Harmonies of #57103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57103D

Black with #57103D

Text Example


Text Example

White with #57103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57103D; }

 p { color: rgb(87,16,61); }

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

background-color css

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

 a { background-color: rgb(87,16,61); }

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

border-color css

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

 span { border-color: rgb(87,16,61); }

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