Html Css Color HEX #53013D Tyrian Purple

📋 copy color: '#53013D'

red 83 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #53013D

Tints of Tyrian Purple #53013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 57.24%
G = 0.69%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53013D (or 0x53013D) is known color: Tyrian Purple. HEX triplet: 53, 01 and 3D. RGB value is (83,1,61). Sum of RGB (Red+Green+Blue) = 83+1+61=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53013D is #ACFEC2. Grayscale: #202020. Windows color (decimal): -11337411 or 3998035. OLE color: 3998035.

HSL color Cylindrical-coordinate representation of color #53013D: hue angle of 316.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53013D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 61 -
CMYK 0 0.99 0.27 0.67
HSL 316.1º 0.98% 0.16% -
HSV(B) 316.1º 0.99% 0.33% -
XYZ 4.42 2.2 4.61 -
YUV 32.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 83 1 61 0 0.99 0.27 0.67 316.1 0.98 0.16
Hex 53 1 3D 0 63 1B 43 13C 62 10
Octal 123 1 75 0 143 33 103 474 142 20
Binary 1010011 1 111101 0 1100011 11011 1000011 100111100 1100010 10000

Color Harmonies of #53013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53013D

Black with #53013D

Text Example


Text Example

White with #53013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,1,61); }

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

background-color css

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

 a { background-color: rgb(83,1,61); }

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

border-color css

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

 span { border-color: rgb(83,1,61); }

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