Html Css Color HEX #53012F Tyrian Purple

📋 copy color: '#53012F'

red 83 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #53012F

Tints of Tyrian Purple #53012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 63.36%
G = 0.76%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53012F (or 0x53012F) is known color: Tyrian Purple. HEX triplet: 53, 01 and 2F. RGB value is (83,1,47). Sum of RGB (Red+Green+Blue) = 83+1+47=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53012F is #ACFED0. Grayscale: #1E1E1E. Windows color (decimal): -11337425 or 3080531. OLE color: 3080531.

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

Color convert

RGB 83 1 47 -
CMYK 0 0.99 0.43 0.67
HSL 326.34º 0.98% 0.16% -
HSV(B) 326.34º 0.99% 0.33% -
XYZ 4.09 2.07 2.87 -
YUV 30.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 83 1 47 0 0.99 0.43 0.67 326.34 0.98 0.16
Hex 53 1 2F 0 63 2B 43 146 62 10
Octal 123 1 57 0 143 53 103 506 142 20
Binary 1010011 1 101111 0 1100011 101011 1000011 101000110 1100010 10000

Color Harmonies of #53012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53012F

Black with #53012F

Text Example


Text Example

White with #53012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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