Html Css Color HEX #53113F Tyrian Purple

📋 copy color: '#53113F'

red 83 ◦ green 17 ◦ blue 63

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

Shades of Tyrian Purple #53113F

Tints of Tyrian Purple #53113F

RGB

 RED value IS 83 (32.81% from 255) = 50.92%

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 50.92%
G = 10.43%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53113F (or 0x53113F) is known color: Tyrian Purple. HEX triplet: 53, 11 and 3F. RGB value is (83,17,63). Sum of RGB (Red+Green+Blue) = 83+17+63=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113F is #ACEEC0. Grayscale: #292929. Windows color (decimal): -11333313 or 4133203. OLE color: 4133203.

HSL color Cylindrical-coordinate representation of color #53113F: hue angle of 318.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53113F is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 63 -
CMYK 0 0.80 0.24 0.67
HSL 318.18º 0.66% 0.2% -
HSV(B) 318.18º 0.8% 0.33% -
XYZ 4.66 2.6 4.96 -
YUV 41.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 83 17 63 0 0.80 0.24 0.67 318.18 0.66 0.2
Hex 53 11 3F 0 50 18 43 13E 42 14
Octal 123 21 77 0 120 30 103 476 102 24
Binary 1010011 10001 111111 0 1010000 11000 1000011 100111110 1000010 10100

Color Harmonies of #53113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53113F

Black with #53113F

Text Example


Text Example

White with #53113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,17,63); }

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

background-color css

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

 a { background-color: rgb(83,17,63); }

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

border-color css

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

 span { border-color: rgb(83,17,63); }

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