Html Css Color HEX #53043B Tyrian Purple

📋 copy color: '#53043B'

red 83 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #53043B

Tints of Tyrian Purple #53043B

RGB

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

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

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

R = 56.85%
G = 2.74%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53043B (or 0x53043B) is known color: Tyrian Purple. HEX triplet: 53, 04 and 3B. RGB value is (83,4,59). Sum of RGB (Red+Green+Blue) = 83+4+59=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53043B is #ACFBC4. Grayscale: #212121. Windows color (decimal): -11336645 or 3867731. OLE color: 3867731.

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

Color convert

RGB 83 4 59 -
CMYK 0 0.95 0.29 0.67
HSL 318.23º 0.91% 0.17% -
HSV(B) 318.23º 0.95% 0.33% -
XYZ 4.4 2.24 4.34 -
YUV 33.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 83 4 59 0 0.95 0.29 0.67 318.23 0.91 0.17
Hex 53 4 3B 0 5F 1D 43 13E 5B 11
Octal 123 4 73 0 137 35 103 476 133 21
Binary 1010011 100 111011 0 1011111 11101 1000011 100111110 1011011 10001

Color Harmonies of #53043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53043B

Black with #53043B

Text Example


Text Example

White with #53043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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