Html Css Color HEX #53013A Tyrian Purple

📋 copy color: '#53013A'

red 83 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #53013A

Tints of Tyrian Purple #53013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 58.45%
G = 0.7%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53013A (or 0x53013A) is known color: Tyrian Purple. HEX triplet: 53, 01 and 3A. RGB value is (83,1,58). Sum of RGB (Red+Green+Blue) = 83+1+58=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #53013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53013A is #ACFEC5. Grayscale: #1F1F1F. Windows color (decimal): -11337414 or 3801427. OLE color: 3801427.

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

Color convert

RGB 83 1 58 -
CMYK 0 0.99 0.30 0.67
HSL 318.29º 0.98% 0.16% -
HSV(B) 318.29º 0.99% 0.33% -
XYZ 4.34 2.17 4.19 -
YUV 32.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 83 1 58 0 0.99 0.30 0.67 318.29 0.98 0.16
Hex 53 1 3A 0 63 1E 43 13E 62 10
Octal 123 1 72 0 143 36 103 476 142 20
Binary 1010011 1 111010 0 1100011 11110 1000011 100111110 1100010 10000

Color Harmonies of #53013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53013A

Black with #53013A

Text Example


Text Example

White with #53013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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