Html Css Color HEX #53063A Tyrian Purple

📋 copy color: '#53063A'

red 83 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #53063A

Tints of Tyrian Purple #53063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

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

R = 56.46%
G = 4.08%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53063A (or 0x53063A) is known color: Tyrian Purple. HEX triplet: 53, 06 and 3A. RGB value is (83,6,58). Sum of RGB (Red+Green+Blue) = 83+6+58=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063A is #ACF9C5. Grayscale: #222222. Windows color (decimal): -11336134 or 3802707. OLE color: 3802707.

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

Color convert

RGB 83 6 58 -
CMYK 0 0.93 0.30 0.67
HSL 319.48º 0.87% 0.17% -
HSV(B) 319.48º 0.93% 0.33% -
XYZ 4.4 2.27 4.21 -
YUV 34.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 83 6 58 0 0.93 0.30 0.67 319.48 0.87 0.17
Hex 53 6 3A 0 5D 1E 43 13F 57 11
Octal 123 6 72 0 135 36 103 477 127 21
Binary 1010011 110 111010 0 1011101 11110 1000011 100111111 1010111 10001

Color Harmonies of #53063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53063A

Black with #53063A

Text Example


Text Example

White with #53063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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