Html Css Color HEX #57103F Tyrian Purple

📋 copy color: '#57103F'

red 87 ◦ green 16 ◦ blue 63

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

Shades of Tyrian Purple #57103F

Tints of Tyrian Purple #57103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 52.41%
G = 9.64%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57103F (or 0x57103F) is known color: Tyrian Purple. HEX triplet: 57, 10 and 3F. RGB value is (87,16,63). Sum of RGB (Red+Green+Blue) = 87+16+63=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103F is #A8EFC0. Grayscale: #2A2A2A. Windows color (decimal): -11071425 or 4132951. OLE color: 4132951.

HSL color Cylindrical-coordinate representation of color #57103F: hue angle of 320.28º 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 #57103F is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 63 -
CMYK 0 0.82 0.28 0.66
HSL 320.28º 0.69% 0.2% -
HSV(B) 320.28º 0.82% 0.34% -
XYZ 5.01 2.76 4.97 -
YUV 42.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 87 16 63 0 0.82 0.28 0.66 320.28 0.69 0.2
Hex 57 10 3F 0 52 1C 42 140 45 14
Octal 127 20 77 0 122 34 102 500 105 24
Binary 1010111 10000 111111 0 1010010 11100 1000010 101000000 1000101 10100

Color Harmonies of #57103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57103F

Black with #57103F

Text Example


Text Example

White with #57103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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