Html Css Color HEX #531246 Tyrian Purple

📋 copy color: '#531246'

red 83 ◦ green 18 ◦ blue 70

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

Shades of Tyrian Purple #531246

Tints of Tyrian Purple #531246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 48.54%
G = 10.53%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531246 (or 0x531246) is known color: Tyrian Purple. HEX triplet: 53, 12 and 46. RGB value is (83,18,70). Sum of RGB (Red+Green+Blue) = 83+18+70=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531246 is #ACEDB9. Grayscale: #2B2B2B. Windows color (decimal): -11333050 or 4592211. OLE color: 4592211.

HSL color Cylindrical-coordinate representation of color #531246: hue angle of 312º 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 #531246 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 70 -
CMYK 0 0.78 0.16 0.67
HSL 312º 0.64% 0.2% -
HSV(B) 312º 0.78% 0.33% -
XYZ 4.89 2.71 6.06 -
YUV 43.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 83 18 70 0 0.78 0.16 0.67 312 0.64 0.2
Hex 53 12 46 0 4E 10 43 138 40 14
Octal 123 22 106 0 116 20 103 470 100 24
Binary 1010011 10010 1000110 0 1001110 10000 1000011 100111000 1000000 10100

Color Harmonies of #531246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531246

Black with #531246

Text Example


Text Example

White with #531246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531246; }

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

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

background-color css

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

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

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

border-color css

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

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

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