Html Css Color HEX #53053B Tyrian Purple

📋 copy color: '#53053B'

red 83 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #53053B

Tints of Tyrian Purple #53053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 56.46%
G = 3.4%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53053B (or 0x53053B) is known color: Tyrian Purple. HEX triplet: 53, 05 and 3B. RGB value is (83,5,59). Sum of RGB (Red+Green+Blue) = 83+5+59=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053B is #ACFAC4. Grayscale: #222222. Windows color (decimal): -11336389 or 3867987. OLE color: 3867987.

HSL color Cylindrical-coordinate representation of color #53053B: hue angle of 318.46º 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 #53053B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 59 -
CMYK 0 0.94 0.29 0.67
HSL 318.46º 0.89% 0.17% -
HSV(B) 318.46º 0.94% 0.33% -
XYZ 4.41 2.26 4.34 -
YUV 34.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 83 5 59 0 0.94 0.29 0.67 318.46 0.89 0.17
Hex 53 5 3B 0 5E 1D 43 13E 59 11
Octal 123 5 73 0 136 35 103 476 131 21
Binary 1010011 101 111011 0 1011110 11101 1000011 100111110 1011001 10001

Color Harmonies of #53053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53053B

Black with #53053B

Text Example


Text Example

White with #53053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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