Html Css Color HEX #53044D Tyrian Purple

📋 copy color: '#53044D'

red 83 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #53044D

Tints of Tyrian Purple #53044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 50.61%
G = 2.44%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53044D (or 0x53044D) is known color: Tyrian Purple. HEX triplet: 53, 04 and 4D. RGB value is (83,4,77). Sum of RGB (Red+Green+Blue) = 83+4+77=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53044D is #ACFBB2. Grayscale: #232323. Windows color (decimal): -11336627 or 5047379. OLE color: 5047379.

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

Color convert

RGB 83 4 77 -
CMYK 0 0.95 0.07 0.67
HSL 304.56º 0.91% 0.17% -
HSV(B) 304.56º 0.95% 0.33% -
XYZ 4.95 2.46 7.24 -
YUV 35.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 83 4 77 0 0.95 0.07 0.67 304.56 0.91 0.17
Hex 53 4 4D 0 5F 7 43 131 5B 11
Octal 123 4 115 0 137 7 103 461 133 21
Binary 1010011 100 1001101 0 1011111 111 1000011 100110001 1011011 10001

Color Harmonies of #53044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53044D

Black with #53044D

Text Example


Text Example

White with #53044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53044D; }

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

 H1.HeaderClassName
 {
   color: #53044D;
 }
 .AnyTagClassName
 {
   color: #53044D;
 }
</style>

background-color css

<style>
 a { background-color: #53044D; }

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

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

border-color css

<style>
 span { border-color: #53044D; }

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

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