Html Css Color HEX #53012C Tyrian Purple

📋 copy color: '#53012C'

red 83 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #53012C

Tints of Tyrian Purple #53012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 34.38%

R = 64.84%
G = 0.78%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53012C (or 0x53012C) is known color: Tyrian Purple. HEX triplet: 53, 01 and 2C. RGB value is (83,1,44). Sum of RGB (Red+Green+Blue) = 83+1+44=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53012C is #ACFED3. Grayscale: #1E1E1E. Windows color (decimal): -11337428 or 2883923. OLE color: 2883923.

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

Color convert

RGB 83 1 44 -
CMYK 0 0.99 0.47 0.67
HSL 328.54º 0.98% 0.16% -
HSV(B) 328.54º 0.99% 0.33% -
XYZ 4.03 2.04 2.56 -
YUV 30.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 83 1 44 0 0.99 0.47 0.67 328.54 0.98 0.16
Hex 53 1 2C 0 63 2F 43 149 62 10
Octal 123 1 54 0 143 57 103 511 142 20
Binary 1010011 1 101100 0 1100011 101111 1000011 101001001 1100010 10000

Color Harmonies of #53012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53012C

Black with #53012C

Text Example


Text Example

White with #53012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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