Html Css Color HEX #53014D Tyrian Purple

📋 copy color: '#53014D'

red 83 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #53014D

Tints of Tyrian Purple #53014D

RGB

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

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

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

R = 51.55%
G = 0.62%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53014D (or 0x53014D) is known color: Tyrian Purple. HEX triplet: 53, 01 and 4D. RGB value is (83,1,77). Sum of RGB (Red+Green+Blue) = 83+1+77=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53014D is #ACFEB2. Grayscale: #212121. Windows color (decimal): -11337395 or 5046611. OLE color: 5046611.

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

Color convert

RGB 83 1 77 -
CMYK 0 0.99 0.07 0.67
HSL 304.39º 0.98% 0.16% -
HSV(B) 304.39º 0.99% 0.33% -
XYZ 4.92 2.4 7.22 -
YUV 34.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 83 1 77 0 0.99 0.07 0.67 304.39 0.98 0.16
Hex 53 1 4D 0 63 7 43 130 62 10
Octal 123 1 115 0 143 7 103 460 142 20
Binary 1010011 1 1001101 0 1100011 111 1000011 100110000 1100010 10000

Color Harmonies of #53014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53014D

Black with #53014D

Text Example


Text Example

White with #53014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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