Html Css Color HEX #53004E Tyrian Purple

📋 copy color: '#53004E'

red 83 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #53004E

Tints of Tyrian Purple #53004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.45%

R = 51.55%
G = 0%
B = 48.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53004E (or 0x53004E) is known color: Tyrian Purple. HEX triplet: 53, 00 and 4E. RGB value is (83,0,78). Sum of RGB (Red+Green+Blue) = 83+0+78=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53004E is #ACFFB1. Grayscale: #212121. Windows color (decimal): -11337650 or 5111891. OLE color: 5111891.

HSL color Cylindrical-coordinate representation of color #53004E: hue angle of 303.61º 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 #53004E is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 78 -
CMYK 0 1 0.06 0.67
HSL 303.61º 1% 0.16% -
HSV(B) 303.61º 1% 0.33% -
XYZ 4.94 2.39 7.41 -
YUV 33.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 83 0 78 0 1 0.06 0.67 303.61 1 0.16
Hex 53 0 4E 0 64 6 43 130 64 10
Octal 123 0 116 0 144 6 103 460 144 20
Binary 1010011 0 1001110 0 1100100 110 1000011 100110000 1100100 10000

Color Harmonies of #53004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53004E

Black with #53004E

Text Example


Text Example

White with #53004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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