Html Css Color HEX #53014C Tyrian Purple

📋 copy color: '#53014C'

red 83 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #53014C

Tints of Tyrian Purple #53014C

RGB

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

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

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

R = 51.88%
G = 0.63%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53014C (or 0x53014C) is known color: Tyrian Purple. HEX triplet: 53, 01 and 4C. RGB value is (83,1,76). Sum of RGB (Red+Green+Blue) = 83+1+76=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53014C is #ACFEB3. Grayscale: #212121. Windows color (decimal): -11337396 or 4981075. OLE color: 4981075.

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

Color convert

RGB 83 1 76 -
CMYK 0 0.99 0.08 0.67
HSL 305.12º 0.98% 0.16% -
HSV(B) 305.12º 0.99% 0.33% -
XYZ 4.88 2.38 7.04 -
YUV 34.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 83 1 76 0 0.99 0.08 0.67 305.12 0.98 0.16
Hex 53 1 4C 0 63 8 43 131 62 10
Octal 123 1 114 0 143 10 103 461 142 20
Binary 1010011 1 1001100 0 1100011 1000 1000011 100110001 1100010 10000

Color Harmonies of #53014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53014C

Black with #53014C

Text Example


Text Example

White with #53014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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