Html Css Color HEX #53043A Tyrian Purple

📋 copy color: '#53043A'

red 83 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #53043A

Tints of Tyrian Purple #53043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 57.24%
G = 2.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53043A (or 0x53043A) is known color: Tyrian Purple. HEX triplet: 53, 04 and 3A. RGB value is (83,4,58). Sum of RGB (Red+Green+Blue) = 83+4+58=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53043A is #ACFBC5. Grayscale: #212121. Windows color (decimal): -11336646 or 3802195. OLE color: 3802195.

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

Color convert

RGB 83 4 58 -
CMYK 0 0.95 0.30 0.67
HSL 318.99º 0.91% 0.17% -
HSV(B) 318.99º 0.95% 0.33% -
XYZ 4.37 2.23 4.2 -
YUV 33.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 83 4 58 0 0.95 0.30 0.67 318.99 0.91 0.17
Hex 53 4 3A 0 5F 1E 43 13F 5B 11
Octal 123 4 72 0 137 36 103 477 133 21
Binary 1010011 100 111010 0 1011111 11110 1000011 100111111 1011011 10001

Color Harmonies of #53043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53043A

Black with #53043A

Text Example


Text Example

White with #53043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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