Html Css Color HEX #53013E Tyrian Purple

📋 copy color: '#53013E'

red 83 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #53013E

Tints of Tyrian Purple #53013E

RGB

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

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

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

R = 56.85%
G = 0.68%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53013E (or 0x53013E) is known color: Tyrian Purple. HEX triplet: 53, 01 and 3E. RGB value is (83,1,62). Sum of RGB (Red+Green+Blue) = 83+1+62=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53013E is #ACFEC1. Grayscale: #202020. Windows color (decimal): -11337410 or 4063571. OLE color: 4063571.

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

Color convert

RGB 83 1 62 -
CMYK 0 0.99 0.25 0.67
HSL 315.37º 0.98% 0.16% -
HSV(B) 315.37º 0.99% 0.33% -
XYZ 4.45 2.21 4.75 -
YUV 32.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 83 1 62 0 0.99 0.25 0.67 315.37 0.98 0.16
Hex 53 1 3E 0 63 19 43 13B 62 10
Octal 123 1 76 0 143 31 103 473 142 20
Binary 1010011 1 111110 0 1100011 11001 1000011 100111011 1100010 10000

Color Harmonies of #53013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53013E

Black with #53013E

Text Example


Text Example

White with #53013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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