Html Css Color HEX #53043F Tyrian Purple

📋 copy color: '#53043F'

red 83 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #53043F

Tints of Tyrian Purple #53043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42%

R = 55.33%
G = 2.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53043F (or 0x53043F) is known color: Tyrian Purple. HEX triplet: 53, 04 and 3F. RGB value is (83,4,63). Sum of RGB (Red+Green+Blue) = 83+4+63=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53043F is #ACFBC0. Grayscale: #222222. Windows color (decimal): -11336641 or 4129875. OLE color: 4129875.

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

Color convert

RGB 83 4 63 -
CMYK 0 0.95 0.24 0.67
HSL 315.19º 0.91% 0.17% -
HSV(B) 315.19º 0.95% 0.33% -
XYZ 4.51 2.28 4.91 -
YUV 34.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 83 4 63 0 0.95 0.24 0.67 315.19 0.91 0.17
Hex 53 4 3F 0 5F 18 43 13B 5B 11
Octal 123 4 77 0 137 30 103 473 133 21
Binary 1010011 100 111111 0 1011111 11000 1000011 100111011 1011011 10001

Color Harmonies of #53043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53043F

Black with #53043F

Text Example


Text Example

White with #53043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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