Html Css Color HEX #53004C Tyrian Purple

📋 copy color: '#53004C'

red 83 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #53004C

Tints of Tyrian Purple #53004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 52.2%
G = 0%
B = 47.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53004C (or 0x53004C) is known color: Tyrian Purple. HEX triplet: 53, 00 and 4C. RGB value is (83,0,76). Sum of RGB (Red+Green+Blue) = 83+0+76=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53004C is #ACFFB3. Grayscale: #212121. Windows color (decimal): -11337652 or 4980819. OLE color: 4980819.

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

Color convert

RGB 83 0 76 -
CMYK 0 1 0.08 0.67
HSL 305.06º 1% 0.16% -
HSV(B) 305.06º 1% 0.33% -
XYZ 4.87 2.36 7.04 -
YUV 33.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 83 0 76 0 1 0.08 0.67 305.06 1 0.16
Hex 53 0 4C 0 64 8 43 131 64 10
Octal 123 0 114 0 144 10 103 461 144 20
Binary 1010011 0 1001100 0 1100100 1000 1000011 100110001 1100100 10000

Color Harmonies of #53004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53004C

Black with #53004C

Text Example


Text Example

White with #53004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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