Html Css Color HEX #53044A Tyrian Purple

📋 copy color: '#53044A'

red 83 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #53044A

Tints of Tyrian Purple #53044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 51.55%
G = 2.48%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53044A (or 0x53044A) is known color: Tyrian Purple. HEX triplet: 53, 04 and 4A. RGB value is (83,4,74). Sum of RGB (Red+Green+Blue) = 83+4+74=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53044A is #ACFBB5. Grayscale: #232323. Windows color (decimal): -11336630 or 4850771. OLE color: 4850771.

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

Color convert

RGB 83 4 74 -
CMYK 0 0.95 0.11 0.67
HSL 306.84º 0.91% 0.17% -
HSV(B) 306.84º 0.95% 0.33% -
XYZ 4.85 2.42 6.69 -
YUV 35.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 83 4 74 0 0.95 0.11 0.67 306.84 0.91 0.17
Hex 53 4 4A 0 5F B 43 133 5B 11
Octal 123 4 112 0 137 13 103 463 133 21
Binary 1010011 100 1001010 0 1011111 1011 1000011 100110011 1011011 10001

Color Harmonies of #53044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53044A

Black with #53044A

Text Example


Text Example

White with #53044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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