Html Css Color HEX #53014A Tyrian Purple

📋 copy color: '#53014A'

red 83 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #53014A

Tints of Tyrian Purple #53014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 52.53%
G = 0.63%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53014A (or 0x53014A) is known color: Tyrian Purple. HEX triplet: 53, 01 and 4A. RGB value is (83,1,74). Sum of RGB (Red+Green+Blue) = 83+1+74=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53014A is #ACFEB5. Grayscale: #212121. Windows color (decimal): -11337398 or 4850003. OLE color: 4850003.

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

Color convert

RGB 83 1 74 -
CMYK 0 0.99 0.11 0.67
HSL 306.59º 0.98% 0.16% -
HSV(B) 306.59º 0.99% 0.33% -
XYZ 4.81 2.36 6.68 -
YUV 33.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 83 1 74 0 0.99 0.11 0.67 306.59 0.98 0.16
Hex 53 1 4A 0 63 B 43 133 62 10
Octal 123 1 112 0 143 13 103 463 142 20
Binary 1010011 1 1001010 0 1100011 1011 1000011 100110011 1100010 10000

Color Harmonies of #53014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53014A

Black with #53014A

Text Example


Text Example

White with #53014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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