Html Css Color HEX #531247 Tyrian Purple

📋 copy color: '#531247'

red 83 ◦ green 18 ◦ blue 71

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

Shades of Tyrian Purple #531247

Tints of Tyrian Purple #531247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 48.26%
G = 10.47%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#531247 (or 0x531247) is known color: Tyrian Purple. HEX triplet: 53, 12 and 47. RGB value is (83,18,71). Sum of RGB (Red+Green+Blue) = 83+18+71=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531247 is #ACEDB8. Grayscale: #2B2B2B. Windows color (decimal): -11333049 or 4657747. OLE color: 4657747.

HSL color Cylindrical-coordinate representation of color #531247: hue angle of 311.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531247 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 71 -
CMYK 0 0.78 0.14 0.67
HSL 311.08º 0.64% 0.2% -
HSV(B) 311.08º 0.78% 0.33% -
XYZ 4.92 2.73 6.23 -
YUV 43.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 83 18 71 0 0.78 0.14 0.67 311.08 0.64 0.2
Hex 53 12 47 0 4E E 43 137 40 14
Octal 123 22 107 0 116 16 103 467 100 24
Binary 1010011 10010 1000111 0 1001110 1110 1000011 100110111 1000000 10100

Color Harmonies of #531247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531247

Black with #531247

Text Example


Text Example

White with #531247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531247; }

 p { color: rgb(83,18,71); }

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

background-color css

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

 a { background-color: rgb(83,18,71); }

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

border-color css

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

 span { border-color: rgb(83,18,71); }

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