Html Css Color HEX #53014F Tyrian Purple

📋 copy color: '#53014F'

red 83 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #53014F

Tints of Tyrian Purple #53014F

RGB

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

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

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

R = 50.92%
G = 0.61%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53014F (or 0x53014F) is known color: Tyrian Purple. HEX triplet: 53, 01 and 4F. RGB value is (83,1,79). Sum of RGB (Red+Green+Blue) = 83+1+79=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53014F is #ACFEB0. Grayscale: #222222. Windows color (decimal): -11337393 or 5177683. OLE color: 5177683.

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

Color convert

RGB 83 1 79 -
CMYK 0 0.99 0.05 0.67
HSL 302.93º 0.98% 0.16% -
HSV(B) 302.93º 0.99% 0.33% -
XYZ 4.99 2.43 7.6 -
YUV 34.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 83 1 79 0 0.99 0.05 0.67 302.93 0.98 0.16
Hex 53 1 4F 0 63 5 43 12F 62 10
Octal 123 1 117 0 143 5 103 457 142 20
Binary 1010011 1 1001111 0 1100011 101 1000011 100101111 1100010 10000

Color Harmonies of #53014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53014F

Black with #53014F

Text Example


Text Example

White with #53014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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