Html Css Color HEX #53004D Tyrian Purple

📋 copy color: '#53004D'

red 83 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #53004D

Tints of Tyrian Purple #53004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.88%
G = 0%
B = 48.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53004D (or 0x53004D) is known color: Tyrian Purple. HEX triplet: 53, 00 and 4D. RGB value is (83,0,77). Sum of RGB (Red+Green+Blue) = 83+0+77=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53004D is #ACFFB2. Grayscale: #212121. Windows color (decimal): -11337651 or 5046355. OLE color: 5046355.

HSL color Cylindrical-coordinate representation of color #53004D: hue angle of 304.34º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53004D is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 77 -
CMYK 0 1 0.07 0.67
HSL 304.34º 1% 0.16% -
HSV(B) 304.34º 1% 0.33% -
XYZ 4.91 2.37 7.22 -
YUV 33.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 83 0 77 0 1 0.07 0.67 304.34 1 0.16
Hex 53 0 4D 0 64 7 43 130 64 10
Octal 123 0 115 0 144 7 103 460 144 20
Binary 1010011 0 1001101 0 1100100 111 1000011 100110000 1100100 10000

Color Harmonies of #53004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53004D

Black with #53004D

Text Example


Text Example

White with #53004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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