Html Css Color HEX #531047 Tyrian Purple

📋 copy color: '#531047'

red 83 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #531047

Tints of Tyrian Purple #531047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 48.82%
G = 9.41%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#531047 (or 0x531047) is known color: Tyrian Purple. HEX triplet: 53, 10 and 47. RGB value is (83,16,71). Sum of RGB (Red+Green+Blue) = 83+16+71=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531047 is #ACEFB8. Grayscale: #2A2A2A. Windows color (decimal): -11333561 or 4657235. OLE color: 4657235.

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

Color convert

RGB 83 16 71 -
CMYK 0 0.81 0.14 0.67
HSL 310.75º 0.68% 0.19% -
HSV(B) 310.75º 0.81% 0.33% -
XYZ 4.89 2.66 6.22 -
YUV 42.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 83 16 71 0 0.81 0.14 0.67 310.75 0.68 0.19
Hex 53 10 47 0 51 E 43 137 44 13
Octal 123 20 107 0 121 16 103 467 104 23
Binary 1010011 10000 1000111 0 1010001 1110 1000011 100110111 1000100 10011

Color Harmonies of #531047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531047

Black with #531047

Text Example


Text Example

White with #531047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531047; }

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

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

background-color css

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

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

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

border-color css

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

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

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