Html Css Color HEX #53014B Tyrian Purple

📋 copy color: '#53014B'

red 83 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #53014B

Tints of Tyrian Purple #53014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.17%

R = 52.2%
G = 0.63%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53014B (or 0x53014B) is known color: Tyrian Purple. HEX triplet: 53, 01 and 4B. RGB value is (83,1,75). Sum of RGB (Red+Green+Blue) = 83+1+75=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53014B is #ACFEB4. Grayscale: #212121. Windows color (decimal): -11337397 or 4915539. OLE color: 4915539.

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

Color convert

RGB 83 1 75 -
CMYK 0 0.99 0.10 0.67
HSL 305.85º 0.98% 0.16% -
HSV(B) 305.85º 0.99% 0.33% -
XYZ 4.85 2.37 6.86 -
YUV 33.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 83 1 75 0 0.99 0.10 0.67 305.85 0.98 0.16
Hex 53 1 4B 0 63 A 43 132 62 10
Octal 123 1 113 0 143 12 103 462 142 20
Binary 1010011 1 1001011 0 1100011 1010 1000011 100110010 1100010 10000

Color Harmonies of #53014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53014B

Black with #53014B

Text Example


Text Example

White with #53014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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