Html Css Color HEX #53043E Tyrian Purple

📋 copy color: '#53043E'

red 83 ◦ green 4 ◦ blue 62

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

Shades of Tyrian Purple #53043E

Tints of Tyrian Purple #53043E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 55.7%
G = 2.68%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53043E (or 0x53043E) is known color: Tyrian Purple. HEX triplet: 53, 04 and 3E. RGB value is (83,4,62). Sum of RGB (Red+Green+Blue) = 83+4+62=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53043E is #ACFBC1. Grayscale: #222222. Windows color (decimal): -11336642 or 4064339. OLE color: 4064339.

HSL color Cylindrical-coordinate representation of color #53043E: hue angle of 315.95º 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 #53043E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 62 -
CMYK 0 0.95 0.25 0.67
HSL 315.95º 0.91% 0.17% -
HSV(B) 315.95º 0.95% 0.33% -
XYZ 4.48 2.27 4.76 -
YUV 34.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 83 4 62 0 0.95 0.25 0.67 315.95 0.91 0.17
Hex 53 4 3E 0 5F 19 43 13C 5B 11
Octal 123 4 76 0 137 31 103 474 133 21
Binary 1010011 100 111110 0 1011111 11001 1000011 100111100 1011011 10001

Color Harmonies of #53043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53043E

Black with #53043E

Text Example


Text Example

White with #53043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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