Html Css Color HEX #53012A Tyrian Purple

📋 copy color: '#53012A'

red 83 ◦ green 1 ◦ blue 42

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

Shades of Tyrian Purple #53012A

Tints of Tyrian Purple #53012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 65.87%
G = 0.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53012A (or 0x53012A) is known color: Tyrian Purple. HEX triplet: 53, 01 and 2A. RGB value is (83,1,42). Sum of RGB (Red+Green+Blue) = 83+1+42=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #53012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53012A is #ACFED5. Grayscale: #1E1E1E. Windows color (decimal): -11337430 or 2752851. OLE color: 2752851.

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

Color convert

RGB 83 1 42 -
CMYK 0 0.99 0.49 0.67
HSL 330º 0.98% 0.16% -
HSV(B) 330º 0.99% 0.33% -
XYZ 4 2.03 2.37 -
YUV 30.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 83 1 42 0 0.99 0.49 0.67 330 0.98 0.16
Hex 53 1 2A 0 63 31 43 14A 62 10
Octal 123 1 52 0 143 61 103 512 142 20
Binary 1010011 1 101010 0 1100011 110001 1000011 101001010 1100010 10000

Color Harmonies of #53012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53012A

Black with #53012A

Text Example


Text Example

White with #53012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53012A; }

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

 H1.HeaderClassName
 {
   color: #53012A;
 }
 .AnyTagClassName
 {
   color: #53012A;
 }
</style>

background-color css

<style>
 a { background-color: #53012A; }

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

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

border-color css

<style>
 span { border-color: #53012A; }

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

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