Html Css Color HEX #53113E Tyrian Purple

📋 copy color: '#53113E'

red 83 ◦ green 17 ◦ blue 62

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

Shades of Tyrian Purple #53113E

Tints of Tyrian Purple #53113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.27%

R = 51.23%
G = 10.49%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53113E (or 0x53113E) is known color: Tyrian Purple. HEX triplet: 53, 11 and 3E. RGB value is (83,17,62). Sum of RGB (Red+Green+Blue) = 83+17+62=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113E is #ACEEC1. Grayscale: #292929. Windows color (decimal): -11333314 or 4067667. OLE color: 4067667.

HSL color Cylindrical-coordinate representation of color #53113E: hue angle of 319.09º 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 #53113E is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 62 -
CMYK 0 0.80 0.25 0.67
HSL 319.09º 0.66% 0.2% -
HSV(B) 319.09º 0.8% 0.33% -
XYZ 4.64 2.59 4.81 -
YUV 41.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 83 17 62 0 0.80 0.25 0.67 319.09 0.66 0.2
Hex 53 11 3E 0 50 19 43 13F 42 14
Octal 123 21 76 0 120 31 103 477 102 24
Binary 1010011 10001 111110 0 1010000 11001 1000011 100111111 1000010 10100

Color Harmonies of #53113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53113E

Black with #53113E

Text Example


Text Example

White with #53113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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