Html Css Color HEX #53053A Tyrian Purple

📋 copy color: '#53053A'

red 83 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #53053A

Tints of Tyrian Purple #53053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 56.85%
G = 3.42%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53053A (or 0x53053A) is known color: Tyrian Purple. HEX triplet: 53, 05 and 3A. RGB value is (83,5,58). Sum of RGB (Red+Green+Blue) = 83+5+58=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053A is #ACFAC5. Grayscale: #222222. Windows color (decimal): -11336390 or 3802451. OLE color: 3802451.

HSL color Cylindrical-coordinate representation of color #53053A: hue angle of 319.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53053A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 58 -
CMYK 0 0.94 0.30 0.67
HSL 319.23º 0.89% 0.17% -
HSV(B) 319.23º 0.94% 0.33% -
XYZ 4.39 2.25 4.21 -
YUV 34.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 83 5 58 0 0.94 0.30 0.67 319.23 0.89 0.17
Hex 53 5 3A 0 5E 1E 43 13F 59 11
Octal 123 5 72 0 136 36 103 477 131 21
Binary 1010011 101 111010 0 1011110 11110 1000011 100111111 1011001 10001

Color Harmonies of #53053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53053A

Black with #53053A

Text Example


Text Example

White with #53053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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