Html Css Color HEX #53004F Tyrian Purple

📋 copy color: '#53004F'

red 83 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #53004F

Tints of Tyrian Purple #53004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 51.23%
G = 0%
B = 48.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53004F (or 0x53004F) is known color: Tyrian Purple. HEX triplet: 53, 00 and 4F. RGB value is (83,0,79). Sum of RGB (Red+Green+Blue) = 83+0+79=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53004F is #ACFFB0. Grayscale: #212121. Windows color (decimal): -11337649 or 5177427. OLE color: 5177427.

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

Color convert

RGB 83 0 79 -
CMYK 0 1 0.05 0.67
HSL 302.89º 1% 0.16% -
HSV(B) 302.89º 1% 0.33% -
XYZ 4.98 2.4 7.6 -
YUV 33.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 83 0 79 0 1 0.05 0.67 302.89 1 0.16
Hex 53 0 4F 0 64 5 43 12F 64 10
Octal 123 0 117 0 144 5 103 457 144 20
Binary 1010011 0 1001111 0 1100100 101 1000011 100101111 1100100 10000

Color Harmonies of #53004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53004F

Black with #53004F

Text Example


Text Example

White with #53004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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