Html Css Color HEX #53034A Tyrian Purple

📋 copy color: '#53034A'

red 83 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #53034A

Tints of Tyrian Purple #53034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 51.88%
G = 1.88%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53034A (or 0x53034A) is known color: Tyrian Purple. HEX triplet: 53, 03 and 4A. RGB value is (83,3,74). Sum of RGB (Red+Green+Blue) = 83+3+74=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53034A is #ACFCB5. Grayscale: #222222. Windows color (decimal): -11336886 or 4850515. OLE color: 4850515.

HSL color Cylindrical-coordinate representation of color #53034A: hue angle of 306.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53034A is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 74 -
CMYK 0 0.96 0.11 0.67
HSL 306.75º 0.93% 0.17% -
HSV(B) 306.75º 0.96% 0.33% -
XYZ 4.84 2.4 6.69 -
YUV 35.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 83 3 74 0 0.96 0.11 0.67 306.75 0.93 0.17
Hex 53 3 4A 0 60 B 43 133 5D 11
Octal 123 3 112 0 140 13 103 463 135 21
Binary 1010011 11 1001010 0 1100000 1011 1000011 100110011 1011101 10001

Color Harmonies of #53034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53034A

Black with #53034A

Text Example


Text Example

White with #53034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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